mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +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
|
#ifdef GDK_WINDOWING_X11
|
||||||
gtk_window_set_wmclass (GTK_WINDOW (priv->tray_icon), name, name);
|
gtk_window_set_wmclass (GTK_WINDOW (priv->tray_icon), name, name);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
g_object_notify (G_OBJECT (status_icon), "name");
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user