* src/DbPrompter.py: 2.4 filechooser

* src/gramps_main.py:  2.4 filechooser
* src/ReadXML.py:  2.4 filechooser
* src/Pluginsd.py: tooltip deprecation fix


svn: r3118
This commit is contained in:
Don Allingham
2004-05-03 03:47:29 +00:00
parent e97365dedf
commit ff2378b9a0
6 changed files with 127 additions and 132 deletions

View File

@@ -171,7 +171,7 @@ class PluginDialog:
self.apply_button.set_use_underline(gtk.TRUE)
if tool_tip:
try:
tt = gtk.gtk_tooltips_data_get(self.apply_button)
tt = gtk.tooltips_data_get(self.apply_button)
if tt:
tt[0].set_tip(self.apply_button,tool_tip)
except AttributeError: