add bookmarks variable again (for right click account menu)
This commit is contained in:
parent
d69327630c
commit
908a4782d4
|
@ -66,7 +66,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
||||||
|
|
||||||
#self.time_to_reconnect = None
|
#self.time_to_reconnect = None
|
||||||
#self.new_account_info = None
|
#self.new_account_info = None
|
||||||
#self.bookmarks = []
|
self.bookmarks = []
|
||||||
|
|
||||||
self.on_purpose = False
|
self.on_purpose = False
|
||||||
#self.last_io = gajim.idlequeue.current_time()
|
#self.last_io = gajim.idlequeue.current_time()
|
||||||
|
|
|
@ -1741,7 +1741,6 @@ class Interface:
|
||||||
self.register_handlers()
|
self.register_handlers()
|
||||||
for account in gajim.config.get_per('accounts'):
|
for account in gajim.config.get_per('accounts'):
|
||||||
if account == 'zeroconf':
|
if account == 'zeroconf':
|
||||||
print 'Added zeroconf account to list'
|
|
||||||
gajim.connections[account] = common.connection_zeroconf.ConnectionZeroconf(account)
|
gajim.connections[account] = common.connection_zeroconf.ConnectionZeroconf(account)
|
||||||
else:
|
else:
|
||||||
gajim.connections[account] = common.connection.Connection(account)
|
gajim.connections[account] = common.connection.Connection(account)
|
||||||
|
|
Loading…
Reference in New Issue