diff options
Diffstat (limited to 'Swift/Controllers/ShowProfileController.h')
-rw-r--r-- | Swift/Controllers/ShowProfileController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/ShowProfileController.h b/Swift/Controllers/ShowProfileController.h index 5646f5e..27a0cf4 100644 --- a/Swift/Controllers/ShowProfileController.h +++ b/Swift/Controllers/ShowProfileController.h @@ -25,7 +25,7 @@ namespace Swift { private: void handleUIEvent(UIEvent::ref event); void handleVCardChanged(const JID&, VCard::ref); - void handleProfileWindowClosed(const JID& profileJid); + void handleProfileWindowAboutToBeClosed(const JID& profileJid); private: VCardManager* vcardManager; |