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
committed by Torsten Schönfeld
parent b50bb5b92a
commit dafc1eda80

View File

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