aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-14 23:26:22 +0800
commit374bd42f69aca2e132fd854c9619f3d7491f1f96 (patch)
treebf50b5daa8664d4d793b82f6b6ec59d0686553e0 /calendar/gui/gnome-cal.c
parent573eb0880a80e04737cb4497931ca6588272686e (diff)
downloadgsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.bz2
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.lz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.xz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 25b0336d16..bd131327c6 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -195,7 +195,6 @@ enum {
static guint gnome_calendar_signals[LAST_SIGNAL];
-
static void gnome_calendar_destroy (GtkObject *object);
@@ -936,7 +935,6 @@ view_selection_changed_cb (GtkWidget *view, GnomeCalendar *gcal)
g_signal_emit (gcal, gnome_calendar_signals[CALENDAR_SELECTION_CHANGED], 0);
}
-
/**
* gnome_calendar_emit_user_created_signal
* Emits "user_created" signal on a gcal and use calendar as a store where was event created.
@@ -977,7 +975,6 @@ user_created_cb (GtkWidget *view, GnomeCalendar *gcal)
gnome_calendar_add_source (gcal, E_CAL_SOURCE_TYPE_EVENT, e_cal_get_source (ecal));
}
-
static void
set_week_start (GnomeCalendar *calendar)
{
@@ -1331,7 +1328,6 @@ categories_changed_cb (gpointer object, gpointer user_data)
g_ptr_array_free (cat_array, TRUE);
}
-
static void
view_progress_cb (ECalModel *model, const gchar *message, gint percent, ECalSourceType type, GnomeCalendar *gcal)
{
@@ -1808,7 +1804,6 @@ gnome_calendar_goto (GnomeCalendar *gcal, time_t new_time)
}
}
-
static void
update_view_times (GnomeCalendar *gcal, time_t start_time)
{
@@ -1975,7 +1970,6 @@ set_view (GnomeCalendar *gcal, GnomeCalendarViewType view_type, gboolean range_s
focus_current_view (gcal);
}
-
/**
* gnome_calendar_set_view:
* @gcal: A calendar.
@@ -2108,7 +2102,6 @@ display_view_cb (GalViewInstance *view_instance, GalView *view, gpointer data)
return;
}
-
display_view (gcal, view_type, TRUE);
if (!priv->base_view_time)
@@ -2687,7 +2680,6 @@ gnome_calendar_set_default_source (GnomeCalendar *gcal, ESource *source)
return FALSE;
}
-
open_ecal (gcal, priv->default_client, FALSE, default_client_cal_opened_cb);
return TRUE;
@@ -2791,7 +2783,6 @@ gnome_calendar_new_task (GnomeCalendar *gcal, time_t *dtstart, time_t *dtend)
gtk_window_present (GTK_WINDOW (editor));
}
-
/* Returns the selected time range for the current view. Note that this may be
different from the fields in the GnomeCalendar, since the view may clip
this or choose a more appropriate time. */
@@ -2804,7 +2795,6 @@ gnome_calendar_get_current_time_range (GnomeCalendar *gcal,
start_time, end_time);
}
-
/* Gets the visible time range for the current view. Returns FALSE if no
time range has been set yet. */
gboolean
@@ -3013,7 +3003,6 @@ gnome_calendar_hpane_resized (GtkWidget *w, GdkEventButton *e, GnomeCalendar *gc
else
gtk_widget_set_size_request (E_DAY_VIEW (priv->day_view)->time_canvas, priv->hpane_pos - 20, -1);
-
return FALSE;
}
static void
@@ -3081,7 +3070,6 @@ gnome_calendar_paste_clipboard (GnomeCalendar *gcal)
e_calendar_view_paste_clipboard (E_CALENDAR_VIEW (widget));
}
-
/* Get the current timezone. */
icaltimezone*
gnome_calendar_get_timezone (GnomeCalendar *gcal)
@@ -3092,7 +3080,6 @@ gnome_calendar_get_timezone (GnomeCalendar *gcal)
return gcal->priv->zone;
}
-
static void
gnome_calendar_notify_dates_shown_changed (GnomeCalendar *gcal)
{
@@ -3121,7 +3108,6 @@ gnome_calendar_notify_dates_shown_changed (GnomeCalendar *gcal)
update_memo_view (gcal);
}
-
/* Returns the number of selected events (0 or 1 at present). */
gint
gnome_calendar_get_num_events_selected (GnomeCalendar *gcal)