]> git.0d.be Git - empathy.git/commitdiff
contact-widget: use the day-selected sig to update birthday
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Aug 2011 08:29:18 +0000 (10:29 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Aug 2011 09:50:14 +0000 (11:50 +0200)
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

index f73d75d19c6e93309a5f1089b7067af7a423c2a8..b9c17687c7cd9b970274a85790244aeaabc9ffc1 100644 (file)
@@ -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);