summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-09 17:58:19 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-09 17:58:19 (GMT)
commit54ae49f8485bce7794b1f061f4d1a305f2063f10 (patch)
tree8c19b2bc41d7e5f9fe72390d13f5ed5c2ca2959b /Swift/Controllers/Chat/ChatsManager.h
parenta64ee00ca0acd157ad8ddbef5e72608daba163dc (diff)
downloadswift-54ae49f8485bce7794b1f061f4d1a305f2063f10.zip
swift-54ae49f8485bce7794b1f061f4d1a305f2063f10.tar.bz2
Store avatar paths in the recent objects.
Resolves: #906
Diffstat (limited to 'Swift/Controllers/Chat/ChatsManager.h')
-rw-r--r--Swift/Controllers/Chat/ChatsManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/ChatsManager.h b/Swift/Controllers/Chat/ChatsManager.h
index a8dd599..b4db523 100644
--- a/Swift/Controllers/Chat/ChatsManager.h
+++ b/Swift/Controllers/Chat/ChatsManager.h
@@ -76,6 +76,7 @@ namespace Swift {
void handleMUCBookmarkActivated(const MUCBookmark&);
void handleRecentActivated(const ChatListWindow::Chat&);
void handleUnreadCountChanged(ChatControllerBase* controller);
+ void handleAvatarChanged(const JID& jid);
ChatController* getChatControllerOrFindAnother(const JID &contact);
ChatController* createNewChatController(const JID &contact);