diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/e-composer-from-header.c | 2 | ||||
-rw-r--r-- | composer/e-composer-from-header.h | 2 | ||||
-rw-r--r-- | composer/e-composer-header-table.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/composer/e-composer-from-header.c b/composer/e-composer-from-header.c index e7963666f3..320768c79c 100644 --- a/composer/e-composer-from-header.c +++ b/composer/e-composer-from-header.c @@ -111,7 +111,7 @@ e_composer_from_header_new (const gchar *label) } EComposerHeader * -e_composer_from_header_new_with_action (const gchar *label, const char *action) +e_composer_from_header_new_with_action (const gchar *label, const gchar *action) { return g_object_new ( E_TYPE_COMPOSER_FROM_HEADER, "label", label, diff --git a/composer/e-composer-from-header.h b/composer/e-composer-from-header.h index cf360693aa..3fbf5a7012 100644 --- a/composer/e-composer-from-header.h +++ b/composer/e-composer-from-header.h @@ -63,7 +63,7 @@ struct _EComposerFromHeaderClass { GType e_composer_from_header_get_type (void); EComposerHeader * e_composer_from_header_new (const gchar *label); -EComposerHeader * e_composer_from_header_new_with_action (const gchar *label, const char *action); +EComposerHeader * e_composer_from_header_new_with_action (const gchar *label, const gchar *action); EAccountList * e_composer_from_header_get_account_list (EComposerFromHeader *header); void e_composer_from_header_set_account_list diff --git a/composer/e-composer-header-table.c b/composer/e-composer-header-table.c index ed999bf019..55dc6a65a0 100644 --- a/composer/e-composer-header-table.c +++ b/composer/e-composer-header-table.c @@ -519,7 +519,7 @@ composer_header_table_constructor (GType type, gtk_table_attach ( GTK_TABLE (object), box, 1, 4, ii, ii + 1, GTK_FILL | GTK_EXPAND, 0, 0, 3); - + } else { gtk_table_attach ( GTK_TABLE (object), priv->headers[ii]->input_widget, |