mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
Don't call object notify for something that isn't a property
This commit is contained in:
parent
d688343a31
commit
32f6070bc8
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user