aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
commit89777f0726a0127daddd593c8a28384204cb7aaf (patch)
treeecfafdadb6e7df01e185119689dfd8bddb748dde /modules/calendar
parent26f133162d798a342fea56a79301caf0117b7d63 (diff)
downloadgsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.bz2
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.lz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.xz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip
Whitespace cleanups.
Diffstat (limited to 'modules/calendar')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c6
-rw-r--r--modules/calendar/e-cal-shell-view-private.c22
-rw-r--r--modules/calendar/e-cal-shell-view.c4
3 files changed, 16 insertions, 16 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index e5db33837c..e6ebd26bfc 100644
--- a/modules/calendar/e-cal-shell-view-actions.c
+++ b/modules/calendar/e-cal-shell-view-actions.c
@@ -435,21 +435,21 @@ action_calendar_rename_cb (GtkAction *action,
static void
action_calendar_search_next_cb (GtkAction *action,
- ECalShellView *cal_shell_view)
+ ECalShellView *cal_shell_view)
{
e_cal_shell_view_search_events (cal_shell_view, TRUE);
}
static void
action_calendar_search_prev_cb (GtkAction *action,
- ECalShellView *cal_shell_view)
+ ECalShellView *cal_shell_view)
{
e_cal_shell_view_search_events (cal_shell_view, FALSE);
}
static void
action_calendar_search_stop_cb (GtkAction *action,
- ECalShellView *cal_shell_view)
+ ECalShellView *cal_shell_view)
{
e_cal_shell_view_search_stop (cal_shell_view);
}
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index fc94a83a21..4526570202 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -861,7 +861,7 @@ e_cal_shell_view_transfer_item_to (ECalShellView *cal_shell_view,
gboolean success;
const gchar *uid;
EShell *shell;
- EShellContent *shell_content;
+ EShellContent *shell_content;
gboolean is_src_local_cal, is_dest_local_cal;
/* XXX This function should be split up into
@@ -881,8 +881,8 @@ e_cal_shell_view_transfer_item_to (ECalShellView *cal_shell_view,
is_dest_local_cal = g_str_has_prefix (e_client_get_uri(E_CLIENT (destination_client)), "local:");
shell = e_shell_get_default ();
- shell_content = e_shell_view_get_shell_content(E_SHELL_VIEW (cal_shell_view));
- if(!e_shell_get_online(shell) && ((!is_src_local_cal && remove) || !is_dest_local_cal))
+ shell_content = e_shell_view_get_shell_content (E_SHELL_VIEW (cal_shell_view));
+ if (!e_shell_get_online (shell) && ((!is_src_local_cal && remove) || !is_dest_local_cal))
{
e_alert_submit (
E_ALERT_SINK (shell_content),
@@ -1181,7 +1181,7 @@ cal_searching_get_search_range_years (ECalShellView *cal_shell_view)
static gint
cal_time_t_ptr_compare (gconstpointer a,
- gconstpointer b)
+ gconstpointer b)
{
const time_t *ta = a, *tb = b;
@@ -1220,9 +1220,9 @@ cal_searching_instances_done_cb (gpointer user_data)
static gboolean
cal_searching_got_instance_cb (ECalComponent *comp,
- time_t instance_start,
- time_t instance_end,
- gpointer user_data)
+ time_t instance_start,
+ time_t instance_end,
+ gpointer user_data)
{
struct GenerateInstancesData *gid = user_data;
ECalShellViewPrivate *priv;
@@ -1267,8 +1267,8 @@ cal_searching_got_instance_cb (ECalComponent *comp,
static void
cal_search_get_object_list_cb (GObject *source,
- GAsyncResult *result,
- gpointer user_data)
+ GAsyncResult *result,
+ gpointer user_data)
{
ECalClient *client = E_CAL_CLIENT (source);
ECalShellView *cal_shell_view = user_data;
@@ -1369,7 +1369,7 @@ cal_searching_check_candidates (ECalShellView *cal_shell_view)
static void
cal_searching_update_alert (ECalShellView *cal_shell_view,
- const gchar *message)
+ const gchar *message)
{
ECalShellViewPrivate *priv;
EShellContent *shell_content;
@@ -1532,7 +1532,7 @@ cal_iterate_searching (ECalShellView *cal_shell_view)
void
e_cal_shell_view_search_events (ECalShellView *cal_shell_view,
- gboolean search_forward)
+ gboolean search_forward)
{
ECalShellViewPrivate *priv = cal_shell_view->priv;
ECalShellContent *cal_shell_content;
diff --git a/modules/calendar/e-cal-shell-view.c b/modules/calendar/e-cal-shell-view.c
index a395a1d332..f6b83104fd 100644
--- a/modules/calendar/e-cal-shell-view.c
+++ b/modules/calendar/e-cal-shell-view.c
@@ -48,7 +48,7 @@ cal_shell_view_finalize (GObject *object)
static void
cal_shell_view_add_action_button (GtkBox *box,
- GtkAction *action)
+ GtkAction *action)
{
GtkWidget *button, *icon;
@@ -98,7 +98,7 @@ cal_shell_view_constructed (GObject *object)
shell_window = e_shell_view_get_shell_window (E_SHELL_VIEW (object));
shell_content = e_shell_view_get_shell_content (E_SHELL_VIEW (object));
- searchbar = e_cal_shell_content_get_searchbar (E_CAL_SHELL_CONTENT (shell_content));
+ searchbar = e_cal_shell_content_get_searchbar (E_CAL_SHELL_CONTENT (shell_content));
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);