(trunk gtk) #2186: Focus should not be on "Don't ask me again" when I quit Transmission

This commit is contained in:
Charles Kerr
2009-06-09 04:52:22 +00:00
parent 6a5ebb9aa7
commit a2d67ffb40
2 changed files with 7 additions and 5 deletions

View File

@@ -693,6 +693,7 @@ wannaquit( void * vdata )
gtk_table_attach( GTK_TABLE( p ), b, 1, 2, 2, 3, GTK_FILL, GTK_FILL, 0, 10 );
gtk_widget_show_all( r );
gtk_widget_grab_focus( w );
/* clear the UI */
gtk_list_store_clear( GTK_LIST_STORE( tr_core_model( cbdata->core ) ) );