diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/email-custom-header/email-custom-header.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c index a88bad4815..c683eb922c 100644 --- a/plugins/email-custom-header/email-custom-header.c +++ b/plugins/email-custom-header/email-custom-header.c @@ -233,8 +233,8 @@ epech_dialog_run (CustomHeaderOptionsDialog *mch, static void epech_load_from_settings (GSettings *settings, - const gchar *key, - CustomHeaderOptionsDialog *mch) + const gchar *key, + CustomHeaderOptionsDialog *mch) { CustomHeaderOptionsDialogPrivate *priv; EmailCustomHeaderDetails temp_header_details= {-1, -1, NULL, NULL}; |