diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-11-02 23:50:23 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-11-02 23:50:23 +0100 |
commit | 2869169d44baa53eca78ec1e55342fe882b692c2 (patch) | |
tree | 6161e6607a39d2abe15be4ffcec42a80f048653c /portato/gui/session.py | |
parent | c3bc1482872c4199114decd3a9f68b046433b5a0 (diff) | |
download | portato-2869169d44baa53eca78ec1e55342fe882b692c2.tar.gz portato-2869169d44baa53eca78ec1e55342fe882b692c2.tar.bz2 portato-2869169d44baa53eca78ec1e55342fe882b692c2.zip |
Improvement to session handling of selections. Increased gui SESSION_VERSION.
Diffstat (limited to '')
-rw-r--r-- | portato/gui/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |