add bookmarks variable again (for right click account menu)

This commit is contained in:
Stefan Bethge 2006-06-13 22:50:18 +00:00
parent d69327630c
commit 908a4782d4
2 changed files with 1 additions and 2 deletions

View File

@ -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()

View File

@ -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)