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
c73abbab
Commit
c73abbab
authored
Apr 07, 2006
by
Yann Leboulanger
Browse files
correctly handle resources when chat window get focus. Fixes #1785
parent
e9bd8176
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/chat_control.py
View file @
c73abbab
...
...
@@ -531,7 +531,7 @@ class ChatControlBase(MessageControl):
self
.
parent_win
.
redraw_tab
(
self
)
self
.
parent_win
.
show_title
()
if
gajim
.
interface
.
systray_enabled
:
gajim
.
interface
.
systray
.
remove_jid
(
jid
,
gajim
.
interface
.
systray
.
remove_jid
(
self
.
get_full_
jid
()
,
self
.
account
,
self
.
type_id
)
self
.
msg_textview
.
grab_focus
()
...
...
src/message_window.py
View file @
c73abbab
...
...
@@ -260,7 +260,7 @@ class MessageWindow:
# Update external state
if
gajim
.
interface
.
systray_enabled
:
gajim
.
interface
.
systray
.
remove_jid
(
ctrl
.
contact
.
jid
,
ctrl
.
account
,
gajim
.
interface
.
systray
.
remove_jid
(
ctrl
.
get_full_
jid
()
,
ctrl
.
account
,
ctrl
.
type_id
)
del
gajim
.
last_message_time
[
ctrl
.
account
][
ctrl
.
get_full_jid
()]
...
...
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