Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
40f41bf8
Commit
40f41bf8
authored
Apr 08, 2006
by
nkour
Browse files
typo
parent
f0b18680
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/gajim.py
View file @
40f41bf8
...
...
@@ -203,7 +203,7 @@ def get_number_of_connected_accounts(accounts_list = None):
else
:
accounts
=
accounts_list
for
acct
in
accounts
:
if
gajim
.
connections
[
acct
].
connected
>
1
:
if
connections
[
acct
].
connected
>
1
:
connected_accounts
=
connected_accounts
+
1
return
connected_accounts
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment