[Goodies-commits] r1905 - xfce4-systemload-plugin/trunk/panel-plugin

Jasper Huijsmans jasper at xfce.org
Wed Aug 16 15:34:02 CEST 2006


Author: jasper
Date: 2006-08-16 13:34:01 +0000 (Wed, 16 Aug 2006)
New Revision: 1905

Modified:
   xfce4-systemload-plugin/trunk/panel-plugin/systemload.c
Log:
Free some more gc resources. Bug #2106.

Modified: xfce4-systemload-plugin/trunk/panel-plugin/systemload.c
===================================================================
--- xfce4-systemload-plugin/trunk/panel-plugin/systemload.c	2006-08-16 13:30:17 UTC (rev 1904)
+++ xfce4-systemload-plugin/trunk/panel-plugin/systemload.c	2006-08-16 13:34:01 UTC (rev 1905)
@@ -751,8 +751,6 @@
 	    N_("Uptime monitor")
     };
 
-    global->opt_dialog = dlg;
-
     xfce_panel_plugin_block_menu (plugin);
     
     dlg = gtk_dialog_new_with_buttons (_("Properties"), 
@@ -762,6 +760,8 @@
                 GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
                 NULL);
     
+    global->opt_dialog = dlg;
+
     g_signal_connect (dlg, "response", G_CALLBACK (monitor_dialog_response),
                       global);
 




More information about the Goodies-commits mailing list