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
5632144a
Commit
5632144a
authored
Sep 24, 2006
by
dkirov
Browse files
fix
#2446
parent
ab4ecb5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gajim.py
View file @
5632144a
...
@@ -551,7 +551,7 @@ class Interface:
...
@@ -551,7 +551,7 @@ class Interface:
chat_control
=
self
.
msg_win_mgr
.
get_control
(
jid
,
account
)
chat_control
=
self
.
msg_win_mgr
.
get_control
(
jid
,
account
)
# Handle chat states
# Handle chat states
contact
=
gajim
.
contacts
.
get_contact
(
account
,
jid
,
resource
)
contact
=
gajim
.
contacts
.
get_contact
(
account
,
jid
)
if
contact
and
isinstance
(
contact
,
list
):
if
contact
and
isinstance
(
contact
,
list
):
contact
=
contact
[
0
]
contact
=
contact
[
0
]
if
contact
:
if
contact
:
...
...
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