* src/plugins/Calendar.py (Widget.register): Do not add help
strings to style widgets. svn: r5994
This commit is contained in:
@@ -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>
|
2006-02-24 Alex Roitman <shura@gramps-project.org>
|
||||||
* NEWS: Update.
|
* NEWS: Update.
|
||||||
* configure.in: Bump up the release number.
|
* configure.in: Bump up the release number.
|
||||||
|
@@ -385,6 +385,8 @@ class Widget:
|
|||||||
className = self.__class__.__name__
|
className = self.__class__.__name__
|
||||||
if className == "FilterWidget":
|
if className == "FilterWidget":
|
||||||
self.option_object.enable_dict['filter'] = 0
|
self.option_object.enable_dict['filter'] = 0
|
||||||
|
elif className == "StyleWidget":
|
||||||
|
self.option_object[self["name"]] = self["value"]
|
||||||
else:
|
else:
|
||||||
self.option_object[self["name"]] = self["value"]
|
self.option_object[self["name"]] = self["value"]
|
||||||
self.option_object.options_help[self["name"]] = (
|
self.option_object.options_help[self["name"]] = (
|
||||||
|
Reference in New Issue
Block a user