comparison finch/gntroomlist.c @ 22023:d65fd48a3ad9

Typo can cause crashes.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 06 Jan 2008 20:59:02 +0000
parents 1278280fa0b6
children 57cac5dfda2a
comparison
equal deleted inserted replaced
22016:aba0620b1a37 22023:d65fd48a3ad9
343 return; 343 return;
344 344
345 if (froomlist.roomlist == list) { 345 if (froomlist.roomlist == list) {
346 froomlist.roomlist = NULL; 346 froomlist.roomlist = NULL;
347 gnt_tree_remove_all(GNT_TREE(froomlist.tree)); 347 gnt_tree_remove_all(GNT_TREE(froomlist.tree));
348 gnt_widget_destroy(froomlist.tree); 348 gnt_widget_draw(froomlist.tree);
349 } 349 }
350 } 350 }
351 351
352 static PurpleRoomlistUiOps ui_ops = 352 static PurpleRoomlistUiOps ui_ops =
353 { 353 {