Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-08-29 14:45:58 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-08-29 14:45:58 (GMT)
commit0930e1c1ada119c22953508fab637ace26188d61 (patch)
treeea13afc1a52a323853c83151a0ddf6cafd466e50
parent9d07abf0cf03f24f59ba3456b4b6acbaa82888de (diff)
change file extension from .xoj to .xmj
-rw-r--r--backup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.py b/backup.py
index 4e88762..35d86ca 100644
--- a/backup.py
+++ b/backup.py
@@ -271,7 +271,7 @@ class AsyncBackup(gobject.GObject):
prefix = _('Journal backup of %s (%s) on %s') % (self._user_name,
self._key_hash, date)
- bundle_fd, path = self._create_file(self._mount_point, prefix, '.xoj')
+ bundle_fd, path = self._create_file(self._mount_point, prefix, '.xmj')
try:
return path, zipfile.ZipFile(path, 'w', zipfile.ZIP_DEFLATED)
finally: