diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-28 15:40:50 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-28 15:40:50 +0100 |
commit | 2a5e9163052e607e509da61c674502cad30de65c (patch) | |
tree | a99df49f257c86240afc9844c8091c2da0100cdb /portato/gui/windows | |
parent | 581f7e6b508c43250c4191ad740dd1b31a4ca9af (diff) | |
download | portato-2a5e9163052e607e509da61c674502cad30de65c.tar.gz portato-2a5e9163052e607e509da61c674502cad30de65c.tar.bz2 portato-2a5e9163052e607e509da61c674502cad30de65c.zip |
Add a global session list
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 0882c2a..d66ca0c 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1826,8 +1826,8 @@ class MainWindow (Window): self.__save_queue = (ret == gtk.RESPONSE_YES) self.queue.kill_emerge() - # write session - self.session.save() + # write sessions + Session.close() return False |