[Trac_gajim-plugins] [Gajim Plugins] #93: Events are never removed

Gajim Plugins trac at gajim.org
Wed Apr 23 12:00:16 CEST 2014


#93: Events are never removed
------------------------+--------------------------------------
Reporter:  bergschreck  |       Owner:  Kaini
    Type:  defect       |      Status:  new
Priority:  major        |   Component:  UbuntuIntegrationPlugin
Keywords:               |  Blocked By:
Blocking:               |
------------------------+--------------------------------------
 There is a bug in method on_event_removed() which prevents events from
 being removed. So the indicator remains active all the time.

 The statement:
 if key not in self.events and event in self.events[key][1]:

 should be:
 if key in self.events and event in self.events[key][1]:

 (remove the "not").

--
Ticket URL: <http://trac-plugins.gajim.org/ticket/93>
Gajim Plugins <http://trac-plugins.gajim.org/>
Gajim Plugins


More information about the Trac_gajim-plugins mailing list