summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-24 09:03:57 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-24 09:03:57 +0200
commit7803c12bd766ebea8f5f5dcba3af06ace7e6931b (patch)
tree5923ddd42d5d53837432781c64e4df1554094bf8 /portato
parent9992851c06ee31c2c74b35154f3f29643b0e56a1 (diff)
downloadportato-7803c12bd766ebea8f5f5dcba3af06ace7e6931b.tar.gz
portato-7803c12bd766ebea8f5f5dcba3af06ace7e6931b.tar.bz2
portato-7803c12bd766ebea8f5f5dcba3af06ace7e6931b.zip
Fixed vanishing categories
Diffstat (limited to '')
-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()
#46: Make the resulting email body not to include single \r or \n. This...René 'Necoro' Neumann2-2/+66 2021-01-20Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1dependabot[bot]2-3/+3 2021-01-09Bump github.com/google/uuid from 1.1.2 to 1.1.4dependabot[bot]2-3/+3 2021-01-09Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42)dependabot[bot]2-3/+3 2020-11-28Bump github.com/emersion/go-message from 0.13.0 to 0.14.0 (#38)dependabot[bot]2-3/+9 2020-11-28Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)dependabot[bot]2-3/+3 2020-11-23Fix release.ymlv0.5.2René 'Necoro' Neumann1-3/+10 2020-11-23Prepare v0.5.2René 'Necoro' Neumann3-3/+8 2020-11-20Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2dependabot[bot]2-3/+3 2020-11-04Clean dependabot.ymlRené 'Necoro' Neumann1-4/+0