console/gntblist.c

changeset 13969
0541f389442e
parent 13959
49d3a87c2679
child 13978
70d7030b7f26
--- a/console/gntblist.c	Sun Jul 02 21:52:06 2006 +0000
+++ b/console/gntblist.c	Sun Jul 02 22:13:06 2006 +0000
@@ -440,3 +440,11 @@
 	g_signal_connect(G_OBJECT(ggblist->tree), "activate", G_CALLBACK(selection_activate), ggblist);
 }
 
+void gg_blist_uninit()
+{
+	gnt_widget_destroy(ggblist->window);
+	g_free(ggblist);
+	ggblist = NULL;
+}
+
+

mercurial