aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-27 11:21:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-27 11:21:02 +0800
commite4afd3f9fb962ea1295a0657ec9f83a427829171 (patch)
tree85d2cd048f634f344e287b55a8ed48116c21e987 /calendar/gui/gnome-cal.c
parent75a36a295adb64a012521c01724d6b2951986653 (diff)
downloadgsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.tar
gsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.tar.gz
gsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.tar.bz2
gsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.tar.lz
gsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.tar.xz
gsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.tar.zst
gsoc2013-evolution-e4afd3f9fb962ea1295a0657ec9f83a427829171.zip
Remove trailing whitespace, again.
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 991df095b3..18f4a47276 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -12,7 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
@@ -856,8 +856,8 @@ struct _date_query_msg {
GnomeCalendar *gcal;
};
-static void
-update_query_async (struct _date_query_msg *msg)
+static void
+update_query_async (struct _date_query_msg *msg)
{
GnomeCalendar *gcal = msg->gcal;
GnomeCalendarPrivate *priv;
@@ -866,7 +866,7 @@ update_query_async (struct _date_query_msg *msg)
GList *l;
priv = gcal->priv;
-
+
/* free the previous queries */
for (l = priv->dn_queries; l != NULL; l = l->next) {
old_query = l->data;
@@ -889,7 +889,7 @@ update_query_async (struct _date_query_msg *msg)
g_slice_free (struct _date_query_msg, msg);
return; /* No time range is set, so don't start a query */
}
-
+
/* create queries for each loaded client */
for (l = priv->clients_list[E_CAL_SOURCE_TYPE_EVENT]; l != NULL; l = l->next) {
GError *error = NULL;
@@ -899,7 +899,7 @@ update_query_async (struct _date_query_msg *msg)
if (e_cal_get_load_state ((ECal *) l->data) != E_CAL_LOAD_LOADED)
continue;
-try_again:
+try_again:
old_query = NULL;
if (!e_cal_get_query ((ECal *) l->data, real_sexp, &old_query, &error)) {
/* If calendar is busy try again for 3 times. */
@@ -907,11 +907,11 @@ try_again:
tries++;
/*TODO chose an optimal value */
g_usleep (500);
-
+
g_clear_error (&error);
- goto try_again;
- }
-
+ goto try_again;
+ }
+
g_warning (G_STRLOC ": Could not create the query: %s ", error->message);
g_clear_error (&error);
@@ -943,7 +943,7 @@ try_again:
/* Restarts a query for the date navigator in the calendar */
static void
update_query (GnomeCalendar *gcal)
-{
+{
struct _date_query_msg *msg;
e_calendar_item_clear_marks (gcal->priv->date_navigator->calitem);
@@ -1954,7 +1954,7 @@ gnome_calendar_destroy (GtkObject *object)
}
for (i = 0; i < GNOME_CAL_LAST_VIEW; i++) {
- if (priv->configs[i])
+ if (priv->configs[i])
g_object_unref (priv->configs[i]);
priv->configs[i] = NULL;
}
@@ -2423,7 +2423,7 @@ display_view (GnomeCalendar *gcal, GnomeCalendarViewType view_type, gboolean gra
continue;
E_CALENDAR_VIEW (priv->views [i])->in_focus = FALSE;
}
-
+
if (grab_focus)
focus_current_view (gcal);
@@ -2475,7 +2475,7 @@ display_view_cb (GalViewInstance *view_instance, GalView *view, gpointer data)
display_view (gcal, view_type, TRUE);
-
+
if (!priv->base_view_time)
update_view_times (gcal, time (NULL));
else
@@ -2783,7 +2783,7 @@ add_mclient (ECalModel *model, ECal *client)
message_push ((Message *) msg);
}
-static void
+static void
non_intrusive_error_remove(GtkWidget *w, void *data)
{
g_hash_table_remove(non_intrusive_error_table, data);
@@ -2832,7 +2832,7 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar *gcal)
return;
case E_CALENDAR_STATUS_INVALID_SERVER_VERSION:
id = g_strdup ("calendar:server-version");
-
+
if (g_hash_table_lookup(non_intrusive_error_table, id)) {
/* We already have it */
g_message("Error occurred while existing dialog active:\n");
@@ -2978,7 +2978,7 @@ default_client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar
g_hash_table_remove (priv->clients[source_type], e_source_peek_uid (source));
/* FIXME Is there a better way to handle this? */
- if (priv->default_client[source_type])
+ if (priv->default_client[source_type])
g_object_unref (priv->default_client[source_type]);
priv->default_client[source_type] = NULL;
@@ -3073,7 +3073,7 @@ backend_error_cb (ECal *client, const char *message, gpointer data)
g_hash_table_insert (non_intrusive_error_table, id, g_object_ref(dialog));
g_signal_connect(GTK_WIDGET (dialog), "destroy", G_CALLBACK(non_intrusive_error_remove), id);
-
+
g_free (uristr);
}
@@ -3675,7 +3675,7 @@ gnome_calendar_on_date_navigator_selection_changed (ECalendarItem *calitem, Gnom
/* Make the views display things properly */
update_view_times (gcal, new_time);
set_view (gcal, view_type, TRUE);
-
+
gnome_calendar_notify_dates_shown_changed (gcal);
}