diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-25 01:36:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-25 01:36:11 +0300 |
commit | 02d2f61628927de7b86bba2f9455dcf05c37f78d (patch) | |
tree | 6695cc67764a94d2f3a0fd36afafb2bd06976089 /src/gui/windows/chatwindow.h | |
parent | e31bec39543cf616daac1be9b0d700a72a46b648 (diff) | |
download | plus-02d2f61628927de7b86bba2f9455dcf05c37f78d.tar.gz plus-02d2f61628927de7b86bba2f9455dcf05c37f78d.tar.bz2 plus-02d2f61628927de7b86bba2f9455dcf05c37f78d.tar.xz plus-02d2f61628927de7b86bba2f9455dcf05c37f78d.zip |
dont show over head text if text ignored or going to trade tab.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index d93e2ce94..a1a7d77ee 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -233,7 +233,7 @@ class ChatWindow final : public Window, void ignoreAllWhispers(); - void resortChatLog(std::string line, Own own, + bool resortChatLog(std::string line, Own own, const std::string &channel, const bool ignoreRecord, const bool tryRemoveColors); |