[gthumb] Typing destination folder in preferences does not update it



commit 07e345e83ee1efbc2c4e6c9d7b9f2bd231b1be78
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 2 21:36:05 2010 +0200

    Typing destination folder in preferences does not update it
    
    [bug #620765]

 .../importer/gth-import-preferences-dialog.c       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/importer/gth-import-preferences-dialog.c b/extensions/importer/gth-import-preferences-dialog.c
index 040af2f..016d81c 100644
--- a/extensions/importer/gth-import-preferences-dialog.c
+++ b/extensions/importer/gth-import-preferences-dialog.c
@@ -180,7 +180,7 @@ update_destination (GthImportPreferencesDialog *self)
 	char               *uri;
 	char               *example;
 
-	destination = gtk_file_chooser_get_current_folder_file (GTK_FILE_CHOOSER (GET_WIDGET ("destination_filechooserbutton")));
+	destination = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (GET_WIDGET ("destination_filechooserbutton")));
 	if (destination == NULL)
 		return;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]