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
gajim
gajim
Commits
5f15291a
Commit
5f15291a
authored
Nov 07, 2021
by
Philipp Hörist
Browse files
Fix dict iteration
parent
944ad9cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/helpers.py
View file @
5f15291a
...
@@ -569,7 +569,7 @@ def statuses_unified():
...
@@ -569,7 +569,7 @@ def statuses_unified():
Test if all statuses are the same
Test if all statuses are the same
"""
"""
reference
=
None
reference
=
None
for
con
,
account
in
app
.
connections
.
items
():
for
account
,
con
in
app
.
connections
.
items
():
if
not
app
.
settings
.
get_account_setting
(
account
,
if
not
app
.
settings
.
get_account_setting
(
account
,
'sync_with_global_status'
):
'sync_with_global_status'
):
continue
continue
...
...
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