finch/gntroomlist.c

changeset 22146
c1fb24f33a22
parent 22136
9db77fc00a0e
child 22147
08e54b0f86a3
equal deleted inserted replaced
22144:8fc060c35f9a 22146:c1fb24f33a22
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 {

mercurial