summaryrefslogtreecommitdiff
path: root/capplets/sound/sound-theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/sound/sound-theme.c')
-rw-r--r--capplets/sound/sound-theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/sound/sound-theme.c b/capplets/sound/sound-theme.c
index dd221ab0c..3b2319faf 100644
--- a/capplets/sound/sound-theme.c
+++ b/capplets/sound/sound-theme.c
@@ -509,6 +509,8 @@ get_sound_filename (GladeXML *dialog)
if (data_dir != NULL)
gtk_file_chooser_add_shortcut_folder (GTK_FILE_CHOOSER (chooser), data_dir, NULL);
+ gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (chooser), SOUND_DATA_DIR);
+
response = gtk_dialog_run (GTK_DIALOG (chooser));
filename = NULL;
if (response == GTK_RESPONSE_ACCEPT)