forked from AuroraMiddleware/gtk
window: Actually emit notify::transient-for
Because it seems we weren't doing that
This commit is contained in:
parent
40ae5c1319
commit
ea487b2233
@ -3538,6 +3538,8 @@ gtk_window_set_transient_for (GtkWindow *window,
|
||||
}
|
||||
|
||||
update_window_buttons (window);
|
||||
|
||||
g_object_notify_by_pspec (G_OBJECT (window), window_props[PROP_TRANSIENT_FOR]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user