Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2015-10-04 21:50:41 +0300
committerYann Leboulanger <asterix@lagaule.org>2015-10-04 21:50:41 +0300
commit62ebce63588a7c46506ab5932df1ad29ae053ece (patch)
treea52bf3043a51104228d12b10835dfd263b407e86 /src
parent156935a8aca632bf27d516b5888a9b47c21d7495 (diff)
fix hiding tooltips
Diffstat (limited to 'src')
-rw-r--r--src/tooltips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tooltips.py b/src/tooltips.py
index c0bbe1f58..97d477f7a 100644
--- a/src/tooltips.py
+++ b/src/tooltips.py
@@ -113,7 +113,7 @@ class BaseTooltip:
return 'not in roster'
def motion_notify_event(self, widget, event):
- self.hide_tooltip()
+ GLib.idle_add(self.hide_tooltip)
def on_size_allocate(self, widget, rect):
if not self.position_computed: