diff options
Diffstat (limited to 'composer/e-composer-from-header.c')
-rw-r--r-- | composer/e-composer-from-header.c | 2 |
1 files changed, 1 insertions, 1 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, |