Date: Monday, November 15, 2010 @ 19:17:47 Author: ibiru Revision: 99671
remove merged patch Deleted: hamster-applet/trunk/python27.patch ----------------+ python27.patch | 21 --------------------- 1 file changed, 21 deletions(-) Deleted: python27.patch =================================================================== --- python27.patch 2010-11-16 00:17:20 UTC (rev 99670) +++ python27.patch 2010-11-16 00:17:47 UTC (rev 99671) @@ -1,21 +0,0 @@ -From f401d649318e0e01ccefeb99a398a6f32fd820a8 Mon Sep 17 00:00:00 2001 -From: Toms Bauģis <[email protected]> -Date: Thu, 04 Nov 2010 00:46:53 +0000 -Subject: not sure how it was working before, really. fixes bug 633103 - ---- -diff --git a/src/hamster/db.py b/src/hamster/db.py -index 5412b58..77e73c3 100644 ---- a/src/hamster/db.py -+++ b/src/hamster/db.py -@@ -937,7 +937,7 @@ class Storage(storage.Storage): - def end_transaction(self): - self.__con.commit() - self.__cur.close() -- self.__con = None -+ self.__con, self.__cur = None, None - self.register_modification() - - def run_fixtures(self): --- -cgit v0.8.3.1
