summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/utils.py2
1 files changed, 1 insertions, 1 deletions
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()