fix typo that prevent to click on user-provided photo button in vcard

This commit is contained in:
Yann Leboulanger 2007-04-24 07:39:34 +00:00
parent 55a4e6c977
commit 7a5c6ada11
1 changed files with 1 additions and 1 deletions

View File

@ -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: