diff console/libgnt/gntwidget.c @ 13858:aa1c97f5e6eb

[gaim-migrate @ 16317] Do the indentation in GntTree properly. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 10:25:47 +0000
parents 5b288502a382
children c1e3f7c75c3f
line wrap: on
line diff
--- a/console/libgnt/gntwidget.c	Fri Jun 23 09:38:48 2006 +0000
+++ b/console/libgnt/gntwidget.c	Fri Jun 23 10:25:47 2006 +0000
@@ -224,6 +224,7 @@
 	delwin(obj->window);
 	if(!(GNT_WIDGET_FLAGS(obj) & GNT_WIDGET_DESTROYING))
 		g_object_run_dispose(G_OBJECT(obj));
+	/* XXX: This may be the wrong place */
 	gnt_screen_remove_widget(obj);
 	DEBUG;
 }