* typo fix: rename recpt-activated into recpt_activated
[modest] / src / widgets / modest-mail-header-view.c
index 93d0e2c..edcf7b5 100644 (file)
@@ -122,6 +122,7 @@ activate_recpt (GtkWidget *recpt_view, const gchar *address, gpointer user_data)
        g_signal_emit (G_OBJECT (view), signals[RECPT_ACTIVATED_SIGNAL], 0, address);
 }
 
+#if 0 /* This function is not used. murrayc. */
 static void
 add_header (ModestMailHeaderView *widget, const gchar *field, const gchar *value)
 {
@@ -152,6 +153,8 @@ add_header (ModestMailHeaderView *widget, const gchar *field, const gchar *value
        gtk_widget_show (hbox);
        
 }
+#endif
+
 
 static void
 add_recpt_header (ModestMailHeaderView *widget, const gchar *field, const gchar *value)
@@ -520,7 +523,7 @@ modest_mail_header_view_class_init (ModestMailHeaderViewClass *klass)
        g_type_class_add_private (object_class, sizeof (ModestMailHeaderViewPriv));
 
        signals[RECPT_ACTIVATED_SIGNAL] =
-               g_signal_new ("recpt-activated",
+               g_signal_new ("recpt_activated",
                              G_TYPE_FROM_CLASS (object_class),
                              G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION,
                              G_STRUCT_OFFSET(ModestMailHeaderViewClass, recpt_activated),