Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-24 09:46:14 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-24 09:46:14 (GMT)
commit3e40075a80c2b04cd1693b48e8b1ff09699bf0a3 (patch)
tree272ff1ac5b345bd1f26990d6111ee3d742624c90 /shell
parent998a338afc4ad01124c27bb86b297776a6ed8619 (diff)
parentb886121c100d314b7c098d92e10c5a7068fd1070 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Diffstat (limited to 'shell')
-rw-r--r--shell/view/Shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 777c10c..697dc1c 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -209,8 +209,8 @@ class Shell(gobject.GObject):
jobject.file_path = file_path
datastore.write(jobject)
finally:
- datastore.destroy()
- del datastore
+ jobject.destroy()
+ del jobject
finally:
os.remove(file_path)