[empathy] contact-widget: use the day-selected sig to update birthday



commit 302ef589503e23da0b38a7c394884ea04d37979b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Aug 29 10:29:18 2011 +0200

    contact-widget: use the day-selected sig to update birthday
    
    Having to double click on a day to update it was really confusing and most
    people (including me!) were just thinking that was not working.

 libempathy-gtk/empathy-contact-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index f73d75d..b9c1768 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -552,7 +552,7 @@ contact_widget_details_update_edit (EmpathyContactWidget *information)
 
           g_object_set_data ((GObject *) w, DATA_FIELD, field);
 
-          g_signal_connect (w, "day-selected-double-click",
+          g_signal_connect (w, "day-selected",
             G_CALLBACK (contact_widget_bday_changed_cb), information);
           g_signal_connect (w, "month-changed",
             G_CALLBACK (contact_widget_bday_changed_cb), information);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]