=== modified file 'src/dialog.c' --- src/dialog.c 2009-02-18 16:04:57 +0000 +++ src/dialog.c 2009-02-27 01:04:33 +0000 @@ -215,6 +215,11 @@ G_CALLBACK (handle_response), dialog); + gtk_window_set_focus (GTK_WINDOW (dialog), + NULL); + gtk_window_set_default (GTK_WINDOW (dialog), + NULL); + gtk_widget_show_all (dialog); /* pretend its visible, so that the purge algorithm