diff options
Diffstat (limited to 'composer/e-composer-from-header.c')
-rw-r--r-- | composer/e-composer-from-header.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composer/e-composer-from-header.c b/composer/e-composer-from-header.c index 320768c79c..cade5bfed3 100644 --- a/composer/e-composer-from-header.c +++ b/composer/e-composer-from-header.c @@ -111,11 +111,13 @@ e_composer_from_header_new (const gchar *label) } EComposerHeader * -e_composer_from_header_new_with_action (const gchar *label, const gchar *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, - "button", FALSE, "addaction_text", action, "addaction", action!= NULL, NULL); + "button", FALSE, "addaction_text", action, + "addaction", action != NULL, NULL); } EAccountList * |