GNOME Bugzilla – Bug 734734
Print multiple sudokus dialog should be set transient for the main window
Last modified: 2014-08-29 21:09:08 UTC
The print multiple sudokus dialog needs to be set transient for the main window. It looks like there's already code to handle this, so I guess some debugging will be required to figure out why that's broken.
Created attachment 284272 [details] [review] Using the ui file for the radiogroup. It’s just that the dialog is shown at his creation, as requested the ui file. Here are three patches, the two first are little things I corrected why understanding the problem, the third is the one-line-patch-solution. ^^
Created attachment 284273 [details] [review] Don't use Gtk.VBox. Deprecated…
Created attachment 284274 [details] [review] Don't show the dialog before it is made transient. Yay!
Comment on attachment 284272 [details] [review] Using the ui file for the radiogroup. Pushed as 6c04060
Comment on attachment 284273 [details] [review] Don't use Gtk.VBox. Pushed as 111d6f9
Comment on attachment 284274 [details] [review] Don't show the dialog before it is made transient. Pushed as 20f0558