Sun, 06 Jan 2008 20:59:02 +0000
Typo can cause crashes.
| finch/gntroomlist.c | file | annotate | diff | comparison | revisions |
--- a/finch/gntroomlist.c Sun Jan 06 19:02:57 2008 +0000 +++ b/finch/gntroomlist.c Sun Jan 06 20:59:02 2008 +0000 @@ -345,7 +345,7 @@ if (froomlist.roomlist == list) { froomlist.roomlist = NULL; gnt_tree_remove_all(GNT_TREE(froomlist.tree)); - gnt_widget_destroy(froomlist.tree); + gnt_widget_draw(froomlist.tree); } }