mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
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
@ -10381,7 +10381,7 @@ meta_window_set_urgent (MetaWindow *window,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
window->urgent = urgent;
|
window->urgent = urgent;
|
||||||
g_object_notify_by_pspec (window, props[PROP_URGENT]);
|
g_object_notify (G_OBJECT (window), "urgent");
|
||||||
|
|
||||||
if (urgent)
|
if (urgent)
|
||||||
g_signal_emit_by_name (window->display, "window-marked-urgent", window);
|
g_signal_emit_by_name (window->display, "window-marked-urgent", window);
|
||||||
|
Loading…
Reference in New Issue
Block a user