From 264d06b2a9055d586d1c4ba0d71342a868e2bfd7 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 26 Feb 2006 16:44:48 +0000 Subject: [PATCH] * src/plugins/Calendar.py (Widget.register): Do not add help strings to style widgets. svn: r5994 --- gramps2/ChangeLog | 4 ++++ gramps2/src/plugins/Calendar.py | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 557c79715..5f66b9512 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2006-02-26 Doug Blank + * src/plugins/Calendar.py (Widget.register): Do not add help + strings to style widgets. + 2006-02-24 Alex Roitman * NEWS: Update. * configure.in: Bump up the release number. diff --git a/gramps2/src/plugins/Calendar.py b/gramps2/src/plugins/Calendar.py index f7ec9af92..ca992dfd3 100644 --- a/gramps2/src/plugins/Calendar.py +++ b/gramps2/src/plugins/Calendar.py @@ -385,6 +385,8 @@ class Widget: className = self.__class__.__name__ if className == "FilterWidget": self.option_object.enable_dict['filter'] = 0 + elif className == "StyleWidget": + self.option_object[self["name"]] = self["value"] else: self.option_object[self["name"]] = self["value"] self.option_object.options_help[self["name"]] = (