From b886121c100d314b7c098d92e10c5a7068fd1070 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 24 Jul 2007 11:14:52 +0200 Subject: [PATCH] Typo. --- shell/view/Shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/view/Shell.py b/shell/view/Shell.py index 777c10c4..697dc1c8 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)