GNOME Bugzilla – Bug 704475
Remove gtk_dialog_run()
Last modified: 2013-07-30 11:21:04 UTC
It blocks the mainloop and would block other services (such as accessing anything over D-Bus). This needs to be removed. mouse/gsd-mouse-manager.c: gtk_dialog_run (GTK_DIALOG (dialog)); The code isn't even that useful. Can't we check for mousetweaks earlier? Consider it a packaging bug instead.
Created attachment 249871 [details] [review] replace dialog by warning
Review of attachment 249871 [details] [review]: Looks fine.