mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
Merge branch 'zbrown/emit-transient-for' into 'master'
window: Actually emit notify::transient-for See merge request GNOME/gtk!424
This commit is contained in:
commit
b42d99b37e
@ -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