← Back to team overview

kabikaboo team mailing list archive

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

 

** Changed in: kabikaboo
    Milestone: None => 1.7

** Also affects: kabikaboo/trunk
   Importance: Medium
     Assignee: Jeremy Bicha (jbicha)
       Status: Fix Committed

-- 
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 Committed
Status in Kabikaboo trunk series: Fix Committed

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.