make "Open" the default action for the file choosers (bug #500091)

2007-11-28  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (desktop_init):
	* theme-installer.c: (gnome_theme_installer_run): make "Open" the
	default action for the file choosers (bug #500091)

svn path=/trunk/; revision=8302
This commit is contained in:
Jens Granseuer 2007-11-28 18:36:51 +00:00 committed by Jens Granseuer
parent facf5c5730
commit 2c76333494
3 changed files with 8 additions and 0 deletions

View file

@ -1075,6 +1075,7 @@ desktop_init (AppearanceData *data,
GTK_RESPONSE_OK,
NULL));
gtk_dialog_set_default_response (GTK_DIALOG (data->wp_filesel), GTK_RESPONSE_OK);
gtk_file_chooser_set_select_multiple (data->wp_filesel, TRUE);
gtk_file_chooser_set_use_preview_label (data->wp_filesel, FALSE);