[gtk+/gtk-2-24] Don't call object notify for something that isn't a property



commit dafc1eda808fcd75f27ae0287f7ead617973828e
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Jan 28 16:59:35 2011 -0500

    Don't call object notify for something that isn't a property

 gtk/gtkstatusicon.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index bd43da1..df28dbe 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -3028,8 +3028,6 @@ gtk_status_icon_set_name (GtkStatusIcon *status_icon,
   else
     gtk_window_set_wmclass (GTK_WINDOW (priv->tray_icon), name, name);
 #endif
-
-  g_object_notify (G_OBJECT (status_icon), "name");
 }
 
 



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