diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-07-09 17:58:19 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-07-09 17:58:19 (GMT) |
commit | 54ae49f8485bce7794b1f061f4d1a305f2063f10 (patch) | |
tree | 8c19b2bc41d7e5f9fe72390d13f5ed5c2ca2959b /Swift/Controllers/Chat/ChatsManager.h | |
parent | a64ee00ca0acd157ad8ddbef5e72608daba163dc (diff) | |
download | swift-contrib-54ae49f8485bce7794b1f061f4d1a305f2063f10.zip swift-contrib-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.h | 1 |
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); |