Ticket #4402 (closed defect: fixed)

Opened 6 weeks ago

Last modified 6 weeks ago

tooltips and mood problem

Reported by: Dicson Owned by:
Priority: normal Milestone: 0.12
Component: notifications Version: svn
Severity: normal Keywords:
Cc: OS: Unix

Description

Traceback (most recent call last):
  File "/home/test/gajim/src/roster_window.py", line 1842, in show_tooltip
    self.tooltip.show_tooltip(contact, rect.height, position[1] + rect.y)
  File "/home/test/gajim/src/tooltips.py", line 143, in show_tooltip
    self.populate(data)
  File "/home/test/gajim/src/tooltips.py", line 519, in populate
    self._append_pep_info(contact, properties)
  File "/home/test/gajim/src/tooltips.py", line 584, in _append_pep_info
    mood = MOODS.get(mood, contact.mood['mood'].strip())
UnboundLocalError: local variable 'mood' referenced before assignment

Tb at mouse pointer prompting on the account in a roaster

Attachments

Change History

Changed 6 weeks ago by Dicson

Tb at mouse pointer moving on the account in a roaster

Changed 6 weeks ago by asterix

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

(In [10522]) fix dict.get() call. Fixes #4402

Add/Change #4402 (tooltips and mood problem)

Author



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