fix typo that prevent to click on user-provided photo button in vcard
This commit is contained in:
parent
55a4e6c977
commit
7a5c6ada11
|
@ -208,7 +208,7 @@ class VcardWindow:
|
|||
menu.show_all()
|
||||
menu.popup(None, None, None, event.button, event.time)
|
||||
elif event.button == 1: # left click
|
||||
self.on_set_avatar_button_clicked(widget)
|
||||
self.on_NOPHOTO_button_clicked(widget)
|
||||
|
||||
def on_vcard_information_window_destroy(self, widget):
|
||||
if self.update_progressbar_timeout_id is not None:
|
||||
|
|
Loading…
Reference in New Issue