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.new_account_info = None
|
||||
#self.bookmarks = []
|
||||
self.bookmarks = []
|
||||
|
||||
self.on_purpose = False
|
||||
#self.last_io = gajim.idlequeue.current_time()
|
||||
|
|
|
@ -1741,7 +1741,6 @@ class Interface:
|
|||
self.register_handlers()
|
||||
for account in gajim.config.get_per('accounts'):
|
||||
if account == 'zeroconf':
|
||||
print 'Added zeroconf account to list'
|
||||
gajim.connections[account] = common.connection_zeroconf.ConnectionZeroconf(account)
|
||||
else:
|
||||
gajim.connections[account] = common.connection.Connection(account)
|
||||
|
|
Loading…
Reference in New Issue