pkgsrc/databases/gourmet/patches/patch-aa
drochner ed052a0c40 update to 0.8.5.14
changes:
* Backported generic text importer from 0.9
* Backported generic html importer from 0.9
* Merged latest translations from rosetta
-bugfixes
-Make gourmet work properly with python2.3
2006-03-02 19:23:04 +00:00

13 lines
513 B
Text

$NetBSD: patch-aa,v 1.1 2006/03/02 19:23:04 drochner Exp $
--- src/lib/shopgui.py.orig 2005-10-11 16:39:26.000000000 +0200
+++ src/lib/shopgui.py
@@ -754,7 +754,7 @@ class shopIngredientEditor (reccard.Ingr
self.curkey = self.keyBox.entry.get_text()
if self.curkey == self.last_key:
return
- self.set_keymodel(ing=self.getKeyList(self.curkey))
+ self.set_keymodel(self.getKeyList(self.curkey))
self.last_key=self.curkey
def add (self, *args):