window: Fix build

A bad rebase on top of some other GObject cleanups I had made
this go sour.
This commit is contained in:
Jasper St. Pierre 2014-03-18 16:45:53 -04:00
parent a5f1790828
commit da48b18188

View File

@ -10381,7 +10381,7 @@ meta_window_set_urgent (MetaWindow *window,
return;
window->urgent = urgent;
g_object_notify_by_pspec (window, props[PROP_URGENT]);
g_object_notify (G_OBJECT (window), "urgent");
if (urgent)
g_signal_emit_by_name (window->display, "window-marked-urgent", window);