http://bugs.async.com.br/show_bug.cgi?id=4178

           Summary: GTK Tooltips has been deprecated in favor of Tooltip
                    in GTK 2.12
           Product: Kiwi
           Version: SVN trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: (unset)
         Component: ObjectList
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
   Estimated Hours: 0.0


In objectlist.py, around line 966, the following code is present:

        # these tooltips are used for the columns
        self._tooltips = gtk.Tooltips()

Since GTK 2.12 gtk.Tooltips has been deprecated for the new gtk.Tooltip, which
is more flexible, less verbose and should be faster.

The step for the migration are illustrated here:

http://library.gnome.org/devel/gtk/stable/gtk-migrating-tooltips.html

The warning has come out using pyviz visualizer for ns-3 (www.nsnam.org), but
is gtk related so not relative to this single program.

Actually not a lot more than a nuisance it should be fairly easy to fix (even
using ifs for keeping previous gtk versions working) and bring some little
speed, and some less warnings.


Thanks,

Riccardo

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Kiwi mailing list
[email protected]
http://www.async.com.br/mailman/listinfo/kiwi

Reply via email to