aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-09 00:43:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-09 00:44:31 +0800
commit1214f942cc9fd61a3caa2a13d00f0c0a46197cb2 (patch)
tree34559be01cd9b81f14c28de4832af21dfe76f641 /plugins
parent6ba0a6a95bc68ea6bb49b4b2d623e3ea60ba6d79 (diff)
downloadgsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.tar
gsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.tar.gz
gsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.tar.bz2
gsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.tar.lz
gsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.tar.xz
gsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.tar.zst
gsoc2013-evolution-1214f942cc9fd61a3caa2a13d00f0c0a46197cb2.zip
email-custom-header.c cleanups.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/email-custom-header/email-custom-header.c18
1 files changed, 10 insertions, 8 deletions
diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c
index ba6f1779b7..78364fa84f 100644
--- a/plugins/email-custom-header/email-custom-header.c
+++ b/plugins/email-custom-header/email-custom-header.c
@@ -42,17 +42,17 @@
((obj), EMAIL_CUSTOM_HEADER_OPTIONS_DIALOG, CustomHeaderOptionsDialogPrivate))
typedef struct {
- GtkWidget *treeview;
- GtkWidget *header_add;
- GtkWidget *header_edit;
- GtkWidget *header_remove;
- GtkListStore *store;
+ GtkWidget *treeview;
+ GtkWidget *header_add;
+ GtkWidget *header_edit;
+ GtkWidget *header_remove;
+ GtkListStore *store;
} ConfigData;
enum {
- HEADER_KEY_COLUMN,
+ HEADER_KEY_COLUMN,
HEADER_VALUE_COLUMN,
- HEADER_N_COLUMNS
+ HEADER_N_COLUMNS
};
struct _CustomHeaderOptionsDialogPrivate {
@@ -490,7 +490,9 @@ destroy_compo_data (gpointer data)
g_free (compo_data);
}
-static void action_email_custom_header_cb (GtkAction *action, EMsgComposer *composer)
+static void
+action_email_custom_header_cb (GtkAction *action,
+ EMsgComposer *composer)
{
GtkUIManager *ui_manager;