[evolution] email-custom-header.c cleanups.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] email-custom-header.c cleanups.
- Date: Fri, 8 Feb 2013 16:44:24 +0000 (UTC)
commit 1214f942cc9fd61a3caa2a13d00f0c0a46197cb2
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Feb 8 11:43:48 2013 -0500
email-custom-header.c cleanups.
plugins/email-custom-header/email-custom-header.c | 18 ++++++++++--------
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 ba6f177..78364fa 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]