From 7803c12bd766ebea8f5f5dcba3af06ace7e6931b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 24 Jun 2008 09:03:57 +0200 Subject: Fixed vanishing categories --- portato/gui/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato') diff --git a/portato/gui/utils.py b/portato/gui/utils.py index 6e04814..035d1c6 100644 --- a/portato/gui/utils.py +++ b/portato/gui/utils.py @@ -283,7 +283,7 @@ class Database (object): pass self._db[self.ALL] = filter(lambda x: x.cat != cat, self._db[self.ALL]) - self.populate(cat+"/") + self.populate(cat+"/*") else: self.__initialize() self.populate() -- cgit v1.2.3