From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- plugins/groupwise-features/status-track.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/groupwise-features/status-track.c') diff --git a/plugins/groupwise-features/status-track.c b/plugins/groupwise-features/status-track.c index 0db1aab090..baf3f243cf 100644 --- a/plugins/groupwise-features/status-track.c +++ b/plugins/groupwise-features/status-track.c @@ -58,7 +58,7 @@ format_date (const char * value) return str; } -static void +static void track_status (EPopup *ep, EPopupItem *item, void *data) { EMPopupTargetSelect *t = (EMPopupTargetSelect *)data; @@ -97,7 +97,7 @@ track_status (EPopup *ep, EPopupItem *item, void *data) /* No need to make any call if this header is not available. This is the server side identifier for sent-items */ return ; - } + } /*Create the dialog*/ d = (GtkDialog *) gtk_dialog_new (); @@ -249,7 +249,7 @@ static EPopupItem popup_items[] = { { E_POPUP_ITEM, "20.emfv.02", N_("Track Message Status..."), track_status, NULL, NULL, 0, EM_POPUP_SELECT_ONE|EM_FOLDER_VIEW_SELECT_LISTONLY} }; -static void +static void popup_free (EPopup *ep, GSList *items, void *data) { g_slist_free (items); @@ -258,24 +258,24 @@ popup_free (EPopup *ep, GSList *items, void *data) void org_gnome_track_status (void *ep, EMPopupTargetSelect *t) { GSList *menus = NULL; - + int i = 0; static int first = 0; if (! g_strrstr (t->uri, "groupwise://") || g_ascii_strncasecmp ((t->folder)->full_name, "Sent Items", 10)) return; - + /* for translation*/ if (!first) { popup_items[0].label = _(popup_items[0].label); - + } - + first++; - + for (i = 0; i < sizeof (popup_items) / sizeof (popup_items[0]); i++) menus = g_slist_prepend (menus, &popup_items[i]); - + e_popup_add_items (t->target.popup, menus, NULL, popup_free, t); - + } -- cgit v1.2.3