diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-11-24 20:14:58 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-11-24 20:14:58 +0100 |
commit | 5a1abe7b515ca9da8df1be263642a7bc8f55b383 (patch) | |
tree | 5cf5c6cbe9d7be7212b5db78e91563799b114fda /portato/gui/windows | |
parent | 595216743bad882172d36129a84f9f3c39ab00e1 (diff) | |
download | portato-5a1abe7b515ca9da8df1be263642a7bc8f55b383.tar.gz portato-5a1abe7b515ca9da8df1be263642a7bc8f55b383.tar.bz2 portato-5a1abe7b515ca9da8df1be263642a7bc8f55b383.zip |
Increase session version for the last change
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 52956e7..d2949e7 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -978,7 +978,7 @@ class MainWindow (Window): return oldVersion = SESSION_VERSION - allowedVersions = (1,2) + allowedVersions = (1,3) if not defaults_only and sessionEx and isinstance(sessionEx, SessionException): if sessionEx.got in allowedVersions: |