at startup closebutton is focused (#308381)

* src/Dialog_Filesystems.cc: at startup closebutton is focused (#308381)
This commit is contained in:
Bart Hakvoort 2005-09-01 01:19:44 +00:00
parent fb080359a4
commit 7ba3e778d0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-31 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Dialog_Filesystems.cc: at startup closebutton is focused (#308381)
2005-08-31 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Dialog_Progress.cc: fixed bug with big fonts (#301831)

View File

@ -39,7 +39,7 @@ Dialog_Filesystems::Dialog_Filesystems( )
this ->get_vbox( ) ->pack_start( treeview_filesystems ) ;
this ->add_button( Gtk::Stock::REFRESH, Gtk::RESPONSE_OK );
this ->add_button( Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE );
this ->add_button( Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE ) ->grab_focus() ;
this ->show_all_children( ) ;
}