From 7a5c6ada11ac545acd48ac49ba82bb9b7bc2e864 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 24 Apr 2007 07:39:34 +0000 Subject: [PATCH] fix typo that prevent to click on user-provided photo button in vcard --- src/vcard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vcard.py b/src/vcard.py index c12e39508..4829b0b82 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -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: