Comment 7 for bug 868995

Revision history for this message
Brendan Donegan (brendan-donegan) wrote : Re: Checkbox gets swallowed by the launcher sometimes when a command runs

I'm feeling pretty convinced that the hiding of the the GtkWindow which is the wait dialog is the culprit here. It seems like if hide is called on a widget that is not shown at that time then the wrong window (i.e. the parent window) will get hidden instead. Trying to detect whether the widget is hidden seems to not really work very well. It doesn't fix the problem.