Ok, fixed saving issue

svn: r9593
This commit is contained in:
Doug Blank 2007-12-26 17:23:02 +00:00
parent 21ddb27d51
commit bb642337f9

View File

@ -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):