Changed CREATE_FOLDER to SELECT_FOLDER to prevent infinite loop; still allows one to create folder, with no lack of functionality
svn: r16268
This commit is contained in:
@ -1520,7 +1520,7 @@ class ViewManager(CLIManager):
|
||||
"""
|
||||
f = gtk.FileChooserDialog(
|
||||
_("Select backup 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,
|
||||
|
Reference in New Issue
Block a user