[pitivi/ges: 143/287] fix incorrect backup project file uri
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 143/287] fix incorrect backup project file uri
- Date: Thu, 15 Mar 2012 16:37:51 +0000 (UTC)
commit 4cca0cadcb86a09ab9e836ad597a5bd22dea298c
Author: Simon Wenner <simon wenner ch>
Date: Fri Jan 6 23:50:36 2012 +0100
fix incorrect backup project file uri
pitivi/projectmanager.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/projectmanager.py b/pitivi/projectmanager.py
index b7ebdc7..a751308 100644
--- a/pitivi/projectmanager.py
+++ b/pitivi/projectmanager.py
@@ -249,7 +249,7 @@ class ProjectManager(Signallable, Loggable):
def _makeBackupURI(self, uri):
name, ext = os.path.splitext(uri)
if ext == '.xptv':
- return name + "~" + ext
+ return name + ext + "~"
return None
###
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]