| changeset 3277 | 21ab21e877e0 |
| parent 3206 | 0b104481dea6 |
| child 3344 | dc4039a09c76 |
1.1 --- a/Source/AIChatController.m Sun May 16 23:54:52 2010 +0200 1.2 +++ b/Source/AIChatController.m Sat Aug 28 22:01:12 2010 +0200 1.3 @@ -544,6 +544,11 @@ 1.4 return shouldRemove; 1.5 } 1.6 1.7 +- (void)restoreChat:(AIChat *)inChat 1.8 +{ 1.9 + [openChats addObject:inChat]; 1.10 +} 1.11 + 1.12 /*! 1.13 * @brief Called by an account to notifiy the chat controller that it left a chat 1.14 *