[kupfer: 1/5] plugin.gajim: add missing signals



commit 5d47cd3c75470030a19953cd847b562b5dd3ae75
Author: Karol BÄ?dkowski <karol bedkowsk+gh gmail com>
Date:   Wed Nov 18 14:45:06 2009 +0100

    plugin.gajim: add missing signals
    
    Bind _signal_update also to "Roster" and "RosterInfo" signals.

 kupfer/plugin/gajim.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/gajim.py b/kupfer/plugin/gajim.py
index 3911e56..587b1ca 100644
--- a/kupfer/plugin/gajim.py
+++ b/kupfer/plugin/gajim.py
@@ -1,5 +1,4 @@
 # -*- coding: UTF-8 -*-
-import os
 import dbus
 
 from kupfer.objects import Leaf, Action, Source, AppLeafContentMixin, AppLeaf
@@ -146,6 +145,8 @@ class ContactsSource(AppLeafContentMixin, Source, PicklingHelperMixin):
 			"ContactPresence",
 			"ContactStatus",
 			"AccountPresence",
+			"Roster",
+			"RosterInfo",
 		]
 
 		try:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]