GNOME Bugzilla – Bug 598685
Set a parent on the remove confirmation dialog
Last modified: 2009-10-16 15:08:35 UTC
With a NULL parent on Moblin the dialog ends up stacked below other windows and can't accept any user input. Modify the internal method show_confirm_dialog to take a BluetoothChooser as an argument and set the toplevel window of the chooser as a parent for the dialog. This makes things work *much* nicer in Moblin and doesn't seem to have any adverse affect in Gnome.
Created attachment 145606 [details] [review] Set a parent on the remove confirmation dialog
Comment on attachment 145606 [details] [review] Set a parent on the remove confirmation dialog This patch is wrong, let me attach the correct one.
Created attachment 145614 [details] [review] Set a parent on the remove confirmation dialog With a NULL parent on Moblin the dialog ends up stacked below other windows and can't accept any user input. Modify the internal method show_confirm_dialog to take a BluetoothChooser as an argument and set the toplevel window of the chooser as a parent for the dialog. This makes things work *much* nicer in Moblin and doesn't seem to have any adverse affect in Gnome.
Attachment 145614 [details] pushed as 126b526 - Set a parent on the remove confirmation dialog