[Frugalware-git] fun: fun-ui: fun_ui_cleanup(): also destroy the main window

Priyank priyank at frugalware.org
Thu Nov 22 17:33:42 CET 2007


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=b29ce888d076ac71a9dfbf035f8ede217e410baf

commit b29ce888d076ac71a9dfbf035f8ede217e410baf
Author: Priyank <priyank at frugalware.org>
Date:   Thu Nov 22 22:03:10 2007 +0530

fun-ui: fun_ui_cleanup(): also destroy the main window

diff --git a/src/fun-ui.c b/src/fun-ui.c
index 949a4a2..38ace3c 100644
--- a/src/fun-ui.c
+++ b/src/fun-ui.c
@@ -328,6 +328,7 @@ fun_ui_cleanup (void)
return;
gtk_widget_destroy (GTK_WIDGET(icon));
gtk_widget_destroy (GTK_WIDGET(fun_config_dlg));
+	gtk_widget_destroy (GTK_WIDGET(fun_main_window));
fun_tooltip_destroy (tooltip);
icon = NULL;
tooltip = NULL;


More information about the Frugalware-git mailing list