window: Fix build
A bad rebase on top of some other GObject cleanups I had made this go sour.
This commit is contained in:
parent
a5f1790828
commit
da48b18188
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue