window: Actually emit notify::transient-for

Because it seems we weren't doing that
This commit is contained in:
Zander Brown 2018-11-19 21:07:17 +00:00
parent 40ae5c1319
commit ea487b2233
No known key found for this signature in database
GPG Key ID: 25EE3C36E31E5F84

View File

@ -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]);
}
/**