Changeset 10009 for trunk/src/dialogs.py

Show
Ignore:
Timestamp:
07/23/08 18:27:06 (4 months ago)
Author:
js
Message:

Be compatible with pygtk 2.10.

I'm still for kicking compatibility for everything < 2.12.0 as with
2.12.0, there are a few new APIs that obsolete old, stupid APIs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dialogs.py

    r10006 r10009  
    473473                                gtkgui_helpers.load_mood_icon(mood)) 
    474474                        self.mood_buttons[mood].set_relief(gtk.RELIEF_NONE) 
    475                         self.mood_buttons[mood].set_tooltip_text( 
     475                        gtk.Tooltips().set_tip(self.mood_buttons[mood], 
    476476                                _(mood.replace('_', ' '))) 
    477477                        self.mood_buttons[mood].connect('clicked',