From a4f9e6834d02c462338a4b54f2b75b69ed48fa87 Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Mon, 26 Sep 2011 19:48:34 +0000 Subject: [PATCH] change 'PopulateGramplet' to update the displays on exit svn: r18210 --- src/plugins/gramplet/PopulateGramplet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/gramplet/PopulateGramplet.py b/src/plugins/gramplet/PopulateGramplet.py index cca7c2ce1..0168c8f93 100644 --- a/src/plugins/gramplet/PopulateGramplet.py +++ b/src/plugins/gramplet/PopulateGramplet.py @@ -127,4 +127,5 @@ class PopulateGramplet(Gramplet): db.add_citation(citation, trans) LOG.debug("sources and citations added") db.enable_signals() + db.request_rebuild()