[gtk+] Don't call object notify for something that isn't a property
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Don't call object notify for something that isn't a property
- Date: Fri, 28 Jan 2011 22:03:04 +0000 (UTC)
commit 32f6070bc84c9e6f2173fb0b37476435367c7802
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 ad7d7d4..422d085 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -2902,6 +2902,4 @@ gtk_status_icon_set_name (GtkStatusIcon *status_icon,
#ifdef GDK_WINDOWING_X11
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]