gtk+ r21882 - in trunk: . gtk



Author: matthiasc
Date: Sat Dec 13 05:42:46 2008
New Revision: 21882
URL: http://svn.gnome.org/viewvc/gtk+?rev=21882&view=rev

Log:
        * gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
        image too. Patch by Carlos Garcia Campos



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkstatusicon.c

Modified: trunk/gtk/gtkstatusicon.c
==============================================================================
--- trunk/gtk/gtkstatusicon.c	(original)
+++ trunk/gtk/gtkstatusicon.c	Sat Dec 13 05:42:46 2008
@@ -942,6 +942,7 @@
   priv->blank_icon = NULL;
 
 #ifdef GDK_WINDOWING_X11
+  gtk_widget_destroy (priv->image);
   gtk_widget_destroy (priv->tray_icon);
 #endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]