From 54b87d8fc62f3254ea2737a69b5595b93fd14ef8 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 18 Apr 2010 12:25:51 +0000 Subject: [PATCH] Fixed error in losing options on config of this gramplet svn: r15210 --- src/plugins/gramplet/QuickViewGramplet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/gramplet/QuickViewGramplet.py b/src/plugins/gramplet/QuickViewGramplet.py index d6869023b..9fe501a8b 100644 --- a/src/plugins/gramplet/QuickViewGramplet.py +++ b/src/plugins/gramplet/QuickViewGramplet.py @@ -119,7 +119,6 @@ class QuickViewGramplet(Gramplet): "Repository": CATEGORY_QR_REPOSITORY} qv_option = self.get_option(_("View Type")) list_option = self.get_option(_("Quick Views")) - list_option.clear() qv_list = get_quick_report_list(code_map[qv_option.get_value()]) for pdata in qv_list: list_option.add_item(pdata.id, pdata.name)