From da2cce92a7eed706d04d6cbe778fd1bf32f18eeb Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 2 Oct 2011 07:08:31 +0200 Subject: Imported Upstream version 0.4.2 --- rapid/prefsrapid.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rapid/prefsrapid.py') diff --git a/rapid/prefsrapid.py b/rapid/prefsrapid.py index 6fa5f74..080e6f9 100644 --- a/rapid/prefsrapid.py +++ b/rapid/prefsrapid.py @@ -101,6 +101,7 @@ class RapidPreferences(prefs.Preferences): "video_backup_identifier": prefs.Value(prefs.STRING, get_default_backup_video_identifier()), "backup_location": prefs.Value(prefs.STRING, os.path.expanduser('~')), + "backup_video_location": prefs.Value(prefs.STRING, os.path.expanduser('~')), "strip_characters": prefs.Value(prefs.BOOL, True), "auto_download_at_startup": prefs.Value(prefs.BOOL, False), "auto_download_upon_device_insertion": prefs.Value(prefs.BOOL, False), -- cgit v1.2.3