This commit is contained in:
Nikos Kouremenos 2005-11-13 17:43:41 +00:00
parent 567131c9a9
commit 1f5b2acd9f
2 changed files with 2 additions and 2 deletions

View File

@ -753,7 +753,7 @@ class Interface:
if not (array[2] or array[3]):
self.roster.remove_contact(contacts[0], account)
del gajim.contacts[account][jid]
#TODO if it was the only one in its group, remove the group
#FIXME if it was the only one in its group, remove the group
return
for contact in contacts:
name = array[1]

View File

@ -31,7 +31,7 @@ _ = i18n._
try:
import dbus
_version = getattr(dbus, 'version', (0, 20, 0))
_version = getattr(dbus, 'version', (0, 20, 0))
except ImportError:
_version = (0, 0, 0)