gtk+ r21883 - in branches/gtk-2-14: . gtk
- From: matthiasc svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gtk+ r21883 - in branches/gtk-2-14: . gtk
 
- Date: Sat, 13 Dec 2008 05:43:51 +0000 (UTC)
 
Author: matthiasc
Date: Sat Dec 13 05:43:50 2008
New Revision: 21883
URL: http://svn.gnome.org/viewvc/gtk+?rev=21883&view=rev
Log:
2008-12-13  Matthias Clasen  <mclasen redhat com>
        Bug 556839 â Crash when opening a link
        * gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
        image too. Patch by Carlos Garcia Campos
Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/gtk/gtkstatusicon.c
Modified: branches/gtk-2-14/gtk/gtkstatusicon.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkstatusicon.c	(original)
+++ branches/gtk-2-14/gtk/gtkstatusicon.c	Sat Dec 13 05:43:50 2008
@@ -671,6 +671,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]