summaryrefslogtreecommitdiff
path: root/portato/gui/session.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-11-02 23:50:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-11-02 23:50:23 +0100
commit2869169d44baa53eca78ec1e55342fe882b692c2 (patch)
tree6161e6607a39d2abe15be4ffcec42a80f048653c /portato/gui/session.py
parentc3bc1482872c4199114decd3a9f68b046433b5a0 (diff)
downloadportato-2869169d44baa53eca78ec1e55342fe882b692c2.tar.gz
portato-2869169d44baa53eca78ec1e55342fe882b692c2.tar.bz2
portato-2869169d44baa53eca78ec1e55342fe882b692c2.zip
Improvement to session handling of selections. Increased gui SESSION_VERSION.
Diffstat (limited to 'portato/gui/session.py')
-rw-r--r--portato/gui/session.py2
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):