Remove timeout id after AvatarWindow is shown
This commit is contained in:
parent
358d410d5e
commit
c5aa507ec0
1 changed files with 2 additions and 0 deletions
|
@ -1671,6 +1671,8 @@ class ChatControl(ChatControlBase):
|
||||||
dialogs.BigAvatarWindow(avatar_pixbuf, pos_x, pos_y, avatar_w,
|
dialogs.BigAvatarWindow(avatar_pixbuf, pos_x, pos_y, avatar_w,
|
||||||
avatar_h, self.show_avatar)
|
avatar_h, self.show_avatar)
|
||||||
|
|
||||||
|
self.show_bigger_avatar_timeout_id = None
|
||||||
|
|
||||||
def _on_send_file_menuitem_activate(self, widget):
|
def _on_send_file_menuitem_activate(self, widget):
|
||||||
self._on_send_file()
|
self._on_send_file()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue