summaryrefslogtreecommitdiff
path: root/rapid/config.py
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2013-02-15 18:54:38 +0100
committerJulien Valroff <julien@kirya.net>2013-02-15 18:54:38 +0100
commit063aca3a12dbf69d5ecdd2e949a788e01c91659d (patch)
tree0e23f95e8bb1b8a0a7250f9f15e3033d9e2cc924 /rapid/config.py
parent2a794565f77005a753930023e41c7b696eaed6ac (diff)
Imported Upstream version 0.4.6upstream/0.4.6
Diffstat (limited to 'rapid/config.py')
-rw-r--r--rapid/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rapid/config.py b/rapid/config.py
index d44c9bb..977c342 100644
--- a/rapid/config.py
+++ b/rapid/config.py
@@ -16,7 +16,7 @@
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
### USA
-version = '0.4.5'
+version = '0.4.6'
GCONF_KEY="/apps/rapid-photo-downloader"
@@ -30,9 +30,9 @@ MEDIA_LOCATION = "/media"
SKIP_DOWNLOAD = "skip download"
ADD_UNIQUE_IDENTIFIER = "add unique identifier"
-# These next three values are fall back values that are used only
+# These next three values are fall back values that are used only
# if calls to xdg-user-dir fail
-DEFAULT_PHOTO_LOCATIONS = ['Pictures', 'Photos']
+DEFAULT_PHOTO_LOCATIONS = ['Pictures', 'Photos']
DEFAULT_BACKUP_LOCATION = 'Pictures'
DEFAULT_VIDEO_BACKUP_LOCATION = 'Videos'