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

This commit is contained in:
William Jon McCann 2011-01-28 16:59:35 -05:00
parent d688343a31
commit 32f6070bc8

View File

@ -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");
}