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
1a224694
Commit
1a224694
authored
Aug 18, 2018
by
Philipp Hörist
Browse files
Fix removing events when scrolled to bottom
parent
c6dbf775
Changes
1
Show whitespace changes
Inline
Side-by-side
gajim/chat_control_base.py
View file @
1a224694
...
...
@@ -1237,7 +1237,7 @@ def _on_edge_reached(self, scrolledwindow, pos):
if
not
app
.
events
.
remove_events
(
self
.
account
,
jid
,
types
=
types_list
):
self
.
redraw_after_event_removed
(
jid
)
elif
self
.
session
and
self
.
session
.
remove_events
(
types_list
):
elif
not
app
.
events
.
remove_events
(
types_list
):
# There were events to remove
self
.
redraw_after_event_removed
(
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