summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index 4f2edb9a..d6dc4204 100644
--- a/src/core.py
+++ b/src/core.py
@@ -508,7 +508,6 @@ class Core(object):
logger.log_message(jid.full.replace('/', '\\'), nick_from, body)
if conversation is self.current_tab():
self.refresh_window()
- self.doupdate()
def focus_tab_named(self, tab_name):
for tab in self.tabs: