summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCQuery.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-16 02:14:53 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-16 02:14:53 +0100
commitb4f787090c6edcdd6799dfe97e18bb79f0cb5dd2 (patch)
tree11c1e9af14a4b65efaf3f3695b76f79ad4496d62 /Applications/IRCClient/IRCQuery.cpp
parent1394677528c62bd05f487d16921f2d0b693d28e6 (diff)
downloadserenity-b4f787090c6edcdd6799dfe97e18bb79f0cb5dd2.zip
IRCClient: Add a little "(n)" indicator to window list for unread messages.
Diffstat (limited to 'Applications/IRCClient/IRCQuery.cpp')
-rw-r--r--Applications/IRCClient/IRCQuery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/IRCClient/IRCQuery.cpp b/Applications/IRCClient/IRCQuery.cpp
index 4a539fa42b..932a07b250 100644
--- a/Applications/IRCClient/IRCQuery.cpp
+++ b/Applications/IRCClient/IRCQuery.cpp
@@ -29,6 +29,7 @@ void IRCQuery::dump() const
void IRCQuery::add_message(char prefix, const String& name, const String& text)
{
+ window().did_add_message();
log().add_message(prefix, name, text);
dump();
}