* 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user