Fix for running quick view gramplet; disable unnecessary signals reception for some change-actives
svn: r13519
This commit is contained in:
@ -38,6 +38,9 @@ class AgeStatsGramplet(Gramplet):
|
||||
self.max_father_diff = 60
|
||||
self.chart_width = 60
|
||||
|
||||
def post_init(self):
|
||||
self.disconnect("active-changed")
|
||||
|
||||
def build_options(self):
|
||||
from gen.plug.menu import NumberOption
|
||||
self.add_option(NumberOption(_("Max age"),
|
||||
|
Reference in New Issue
Block a user