Skip to content
Snippets Groups Projects
Commit ef3b60a5 authored by nkour's avatar nkour
Browse files

0/False 1/True

parent dfc7638c
No related branches found
No related tags found
No related merge requests found
......@@ -723,10 +723,10 @@ class Interface:
def autoconnect(self):
'''auto connect at startup'''
ask_message = 0
ask_message = False
for a in gajim.connections:
if gajim.config.get_per('accounts', a, 'autoconnect'):
ask_message = 1
ask_message = True
break
if ask_message:
message = self.roster.get_status_message('online')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment