[Goodies-commits] r3315 - xfce4-smartpm-plugin/trunk/src

Anders F Bjorklund afb at xfce.org
Mon Oct 8 10:53:04 CEST 2007


Author: afb
Date: 2007-10-08 08:53:04 +0000 (Mon, 08 Oct 2007)
New Revision: 3315

Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
missing deref

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-10-08 07:22:33 UTC (rev 3314)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-10-08 08:53:04 UTC (rev 3315)
@@ -856,7 +856,7 @@
 
   smart_set_manager (smart, manager);
 
-  button = g_object_get_data (G_OBJECT (plugin), "dist-upgrade");
+  button = g_object_get_data (G_OBJECT (smart->plugin), "dist-upgrade");
 
   if (button != NULL)
   gtk_widget_set_sensitive (button, smart->package_manager == PACKAGE_MANAGER_APT);




More information about the Goodies-commits mailing list