* src/plugins/Calendar.py (Widget.register): Do not add help
strings to style widgets. svn: r5994
This commit is contained in:
parent
622c870879
commit
264d06b2a9
@ -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.
|
||||
|
@ -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"]] = (
|
||||
|
Loading…
Reference in New Issue
Block a user