Changed CREATE_FOLDER to SELECT_FOLDER to prevent infinite loop; still allows one to create folder, with no lack of functionality

svn: r16284
This commit is contained in:
Doug Blank 2010-12-15 15:46:50 +00:00
parent 2e8b234b94
commit a162c6796e

View File

@ -1000,7 +1000,7 @@ class GrampsPreferences(ConfigureDialog):
def select_mediapath(self, *obj):
f = gtk.FileChooserDialog(
_("Select media directory"),
action=gtk.FILE_CHOOSER_ACTION_CREATE_FOLDER,
action=gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER,
buttons=(gtk.STOCK_CANCEL,
gtk.RESPONSE_CANCEL,
gtk.STOCK_APPLY,