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-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /calendar/gui/gnome-cal.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index e2fbd0f476..43f131fbe3 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -223,7 +223,6 @@ typedef enum {
static guint gnome_calendar_signals[LAST_SIGNAL];
-
static void gnome_calendar_destroy (GtkObject *object);
@@ -335,7 +334,6 @@ gnome_calendar_class_init (GnomeCalendarClass *class)
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
-
gnome_calendar_signals[CALENDAR_FOCUS_CHANGE] =
g_signal_new ("calendar_focus_change",
G_TYPE_FROM_CLASS (object_class),
@@ -1080,7 +1078,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.
@@ -1121,7 +1118,6 @@ user_created_cb (GtkWidget *view, GnomeCalendar *gcal)
gnome_calendar_add_source (gcal, E_CAL_SOURCE_TYPE_EVENT, e_cal_get_source (ecal));
}
-
/* Callback used when the taskpad receives a focus event. We emit the
* corresponding signal so that parents can change the menus as appropriate.
*/
@@ -1590,7 +1586,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)
{
@@ -2203,7 +2198,6 @@ gnome_calendar_goto (GnomeCalendar *gcal, time_t new_time)
}
}
-
static void
update_view_times (GnomeCalendar *gcal, time_t start_time)
{
@@ -2370,7 +2364,6 @@ set_view (GnomeCalendar *gcal, GnomeCalendarViewType view_type, gboolean range_s
focus_current_view (gcal);
}
-
/**
* gnome_calendar_set_view:
* @gcal: A calendar.
@@ -2503,7 +2496,6 @@ display_view_cb (GalViewInstance *view_instance, GalView *view, gpointer data)
return;
}
-
display_view (gcal, view_type, TRUE);
if (!priv->base_view_time)
@@ -3453,7 +3445,6 @@ gnome_calendar_set_default_source (GnomeCalendar *gcal, ECalSourceType source_ty
return FALSE;
}
-
open_ecal (gcal, priv->default_client[source_type], FALSE, default_client_cal_opened_cb);
return TRUE;
@@ -3557,7 +3548,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. */
@@ -3570,7 +3560,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
@@ -3779,7 +3768,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
@@ -3868,7 +3856,6 @@ gnome_calendar_paste_clipboard (GnomeCalendar *gcal)
e_memo_table_paste_clipboard (E_MEMO_TABLE (priv->memo));
}
-
/* Get the current timezone. */
icaltimezone*
gnome_calendar_get_timezone (GnomeCalendar *gcal)
@@ -3879,7 +3866,6 @@ gnome_calendar_get_timezone (GnomeCalendar *gcal)
return gcal->priv->zone;
}
-
static void
gnome_calendar_notify_dates_shown_changed (GnomeCalendar *gcal)
{
@@ -3908,7 +3894,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)
@@ -3951,7 +3936,6 @@ gnome_calendar_get_num_tasks_selected (GnomeCalendar *gcal)
return e_table_selected_count (etable);
}
-
void
gnome_calendar_delete_selection (GnomeCalendar *gcal)
{
@@ -4141,7 +4125,6 @@ ECalMenu *gnome_calendar_get_memopad_menu (GnomeCalendar *gcal)
return gcal->priv->memopad_menu;
}
-
void
gnome_calendar_edit_appointment (GnomeCalendar *gcal,
const gchar * src_uid,