* src/plugins/Calendar.py (Widget.register): Do not add help

strings to style widgets.


svn: r5994
This commit is contained in:
Alex Roitman 2006-02-26 16:44:48 +00:00
parent 622c870879
commit 264d06b2a9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-02-26 Doug Blank <Doug.Blank@gmail.com>
* src/plugins/Calendar.py (Widget.register): Do not add help
strings to style widgets.
2006-02-24 Alex Roitman <shura@gramps-project.org>
* NEWS: Update.
* configure.in: Bump up the release number.

View File

@ -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"]] = (