GNOME Bugzilla – Bug 734514
GtkDialog: Warn about lack of transient parents
Last modified: 2017-11-24 18:50:18 UTC
Created attachment 282962 [details] [review] hack GtkDialog: Warns about lack of transient parents when running d-feet
Partly solved. Still need to set the parent for method execute dialog.
Created attachment 364337 [details] [review] ExecuteMethodDialog: set_transient_for() Without this, we see: Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. You currently cannot actually interact with the toplevel application window while an ExecuteMethodDialog is visible; this change also makes this fact visible to the user.
Created attachment 364338 [details] [review] ExecuteMethodDialog: set_transient_for() Without this, we see: Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. You currently cannot actually interact with the toplevel application window while an ExecuteMethodDialog is visible; this change also makes this fact visible to the user.
Applied and pushed. Thanks!