From 5a1abe7b515ca9da8df1be263642a7bc8f55b383 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 24 Nov 2008 20:14:58 +0100 Subject: Increase session version for the last change --- portato/gui/windows/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/windows') 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: -- cgit v1.2.3-54-g00ecf