← Back to team overview

kabikaboo team mailing list archive

[Bug 489640] Re: Kabikaboo should use gtk.Tooltip instead of gtk.Tooltips

 

** Changed in: kabikaboo/trunk
       Status: Fix Committed => Fix Released

-- 
Kabikaboo should use gtk.Tooltip instead of gtk.Tooltips
https://bugs.launchpad.net/bugs/489640
You received this bug notification because you are a member of Kabikaboo
Team, which is subscribed to Kabikaboo.

Status in Kabikaboo: Fix Released
Status in Kabikaboo trunk series: Fix Released

Bug description:
kabikaboo.py:178: DeprecationWarning: Use the new widget gtk.Tooltip
  self.tooltips = gtk.Tooltips()

The new tooltip syntax is quite a bit simpler. Patch included for kabikaboo.py.