at startup closebutton is focused (#308381)
* src/Dialog_Filesystems.cc: at startup closebutton is focused (#308381)
This commit is contained in:
parent
fb080359a4
commit
7ba3e778d0
|
@ -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)
|
||||
|
|
|
@ -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( ) ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue