Don't call object notify for something that isn't a property
This commit is contained in:
committed by
Torsten Schönfeld
parent
b50bb5b92a
commit
dafc1eda80
@@ -3028,8 +3028,6 @@ gtk_status_icon_set_name (GtkStatusIcon *status_icon,
|
||||
else
|
||||
gtk_window_set_wmclass (GTK_WINDOW (priv->tray_icon), name, name);
|
||||
#endif
|
||||
|
||||
g_object_notify (G_OBJECT (status_icon), "name");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user