diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-12 22:56:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-12 22:56:28 +0300 |
commit | d59fd8dbd31cfb2bc48eae7b43a5f7fcce5af400 (patch) | |
tree | f1260bce80568208db1be33098c970bb0df0904c /plugins/HistoryPlusPlus | |
parent | 8449b9f785d8a729e06a6c91830a97c1b31ae873 (diff) |
fixes #1027 (History++ is enabling Conversations and Bookmarks sub-window every time you opening history)
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryForm.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas index e124e936c3..e6a2fa7429 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.pas +++ b/plugins/HistoryPlusPlus/HistoryForm.pas @@ -2533,6 +2533,7 @@ begin end
else
begin
+ tPanel := [];
if GetDBBool(hppDBName, 'ShowSessions', False) then
include(tPanel, hpSessions);
if GetDBBool(hppDBName, 'ShowBookmarks', False) then
|