nothing
This commit is contained in:
parent
567131c9a9
commit
1f5b2acd9f
|
@ -753,7 +753,7 @@ class Interface:
|
||||||
if not (array[2] or array[3]):
|
if not (array[2] or array[3]):
|
||||||
self.roster.remove_contact(contacts[0], account)
|
self.roster.remove_contact(contacts[0], account)
|
||||||
del gajim.contacts[account][jid]
|
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
|
return
|
||||||
for contact in contacts:
|
for contact in contacts:
|
||||||
name = array[1]
|
name = array[1]
|
||||||
|
|
|
@ -31,7 +31,7 @@ _ = i18n._
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import dbus
|
import dbus
|
||||||
_version = getattr(dbus, 'version', (0, 20, 0))
|
_version = getattr(dbus, 'version', (0, 20, 0))
|
||||||
except ImportError:
|
except ImportError:
|
||||||
_version = (0, 0, 0)
|
_version = (0, 0, 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue