From 2869169d44baa53eca78ec1e55342fe882b692c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 2 Nov 2008 23:50:23 +0100 Subject: Improvement to session handling of selections. Increased gui SESSION_VERSION. --- portato/gui/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/session.py') diff --git a/portato/gui/session.py b/portato/gui/session.py index 1eca248..a7e1ffa 100644 --- a/portato/gui/session.py +++ b/portato/gui/session.py @@ -14,7 +14,7 @@ from ..helper import debug # the current version for saved sessions # change this, whenever the change is incompatible with previous versions -SESSION_VERSION = 1 +SESSION_VERSION = 2 class SessionException (Exception): -- cgit v1.2.3