Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.

svn: r10474
This commit is contained in:
Brian Matherly
2008-04-05 14:17:15 +00:00
parent ac83ce0468
commit a46e733398
46 changed files with 57 additions and 75 deletions

View File

@@ -100,7 +100,7 @@ class EditPersonRef(EditSecondary):
self.db.readonly)
def _connect_signals(self):
#self.define_help_button(self.top.get_widget('help'),'adv-ad')
#self.define_help_button(self.top.get_widget('help'))
self.define_cancel_button(self.top.get_widget('cancel'))
self.define_ok_button(self.top.get_widget('ok'),self.save)
self.top.get_widget('select').connect('clicked',self._select_person)