Remove timeout id after AvatarWindow is shown

This commit is contained in:
Philipp Hörist 2017-04-19 17:10:01 +02:00
parent 358d410d5e
commit c5aa507ec0
1 changed files with 2 additions and 0 deletions

View File

@ -1671,6 +1671,8 @@ class ChatControl(ChatControlBase):
dialogs.BigAvatarWindow(avatar_pixbuf, pos_x, pos_y, avatar_w,
avatar_h, self.show_avatar)
self.show_bigger_avatar_timeout_id = None
def _on_send_file_menuitem_activate(self, widget):
self._on_send_file()