Ok, fixed saving issue
svn: r9593
This commit is contained in:
parent
21ddb27d51
commit
bb642337f9
@ -163,7 +163,7 @@ class Gadget(object):
|
||||
Gadgets should override this to take care of saving their
|
||||
special data.
|
||||
"""
|
||||
if debug: print ("on_save: '%s'" % self.title)
|
||||
if debug: print ("on_save: '%s'" % self.gui.title)
|
||||
return
|
||||
|
||||
def active_changed(self, handle):
|
||||
|
Loading…
Reference in New Issue
Block a user