comparison mcabber/src/screen.c @ 1137:5752017f6e2b

Fix a bug in /buffer close
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Feb 2007 20:45:37 +0100
parents 5d7c05932b13
children 8ba4b1e8b42d
comparison
equal deleted inserted replaced
1136:73820cf499a4 1137:5752017f6e2b
1778 win_entry->top = NULL; 1778 win_entry->top = NULL;
1779 1779
1780 if (closebuf && !isspe) { 1780 if (closebuf && !isspe) {
1781 scr_set_chatmode(FALSE); 1781 scr_set_chatmode(FALSE);
1782 g_hash_table_remove(winbufhash, CURRENT_JID); 1782 g_hash_table_remove(winbufhash, CURRENT_JID);
1783 currentWindow = NULL;
1783 } 1784 }
1784 1785
1785 // Refresh the window 1786 // Refresh the window
1786 scr_UpdateBuddyWindow(); 1787 scr_UpdateBuddyWindow();
1787 1788