From bb642337f912db35cca107eb28b802c9787222fd Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 26 Dec 2007 17:23:02 +0000 Subject: [PATCH] Ok, fixed saving issue svn: r9593 --- src/DataViews/_MyGrampsView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataViews/_MyGrampsView.py b/src/DataViews/_MyGrampsView.py index 799bc78a1..7d599dd80 100644 --- a/src/DataViews/_MyGrampsView.py +++ b/src/DataViews/_MyGrampsView.py @@ -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):