summaryrefslogtreecommitdiff
path: root/finch/gntroomlist.c
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@pidgin.im>2008-01-06 20:59:02 +0000
committerSadrul Habib Chowdhury <sadrul@pidgin.im>2008-01-06 20:59:02 +0000
commit17550b2d3577df47ae9aa2f91e36e8ef7d83849d (patch)
tree25852f54aba8a53d752df7cc98a4ca336c182673 /finch/gntroomlist.c
parentb89f8c03c799dcd023fe383a851a2a1f8e090644 (diff)
downloadpidgin-17550b2d3577df47ae9aa2f91e36e8ef7d83849d.tar.gz
Typo can cause crashes.
Diffstat (limited to 'finch/gntroomlist.c')
-rw-r--r--finch/gntroomlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntroomlist.c b/finch/gntroomlist.c
index 7a6fe47a55..6e3e6462c8 100644
--- a/finch/gntroomlist.c
+++ b/finch/gntroomlist.c
@@ -345,7 +345,7 @@ fl_destroy(PurpleRoomlist *list)
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);
}
}