Don't call object notify for something that isn't a property
This commit is contained in:
@ -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");
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user