Ticket #3484 (closed defect: fixed)

Opened 14 months ago

Last modified 13 months ago

traceback on debian etch

Reported by: misc Owned by: asterix
Priority: normal Milestone: 0.11.3
Component: dialogs Version: svn
Severity: normal Keywords:
Cc: OS: All

Description

With current checkout ( rev 8885 ), I see this when I try to see a tooltip.

AttributeError: 'module' object has no attribute 'WINDOW_TYPE_HINT_TOOLTIP'
Traceback (most recent call last):
  File "/home/misc/checkout/svn/gajim/src/roster_window.py", line 1404, in show_tooltip
    self.tooltip.show_tooltip(contact, rect.height, position[1] + rect.y)
  File "/home/misc/checkout/svn/gajim/src/tooltips.py", line 129, in show_tooltip
    self.populate(data)
  File "/home/misc/checkout/svn/gajim/src/tooltips.py", line 377, in populate
    self.create_window()
  File "/home/misc/checkout/svn/gajim/src/tooltips.py", line 67, in create_window
    self.win.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_TOOLTIP)
AttributeError: 'module' object has no attribute 'WINDOW_TYPE_HINT_TOOLTIP'

I guess that's because gtk is too old. Could this be made conditional ?

Attachments

Change History

Changed 14 months ago by asterix

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.12

(In [8887]) gtk.gdk.WINDOW_TYPE_HINT_TOOLTIP only exists in gtk >= 2.10. fixes #3484

Changed 13 months ago by asterix

  • milestone changed from 0.12 to 0.11.3

Add/Change #3484 (traceback on debian etch)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.