aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-07 21:21:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-09 20:41:44 +0800
commitcbfab0548de9712d1ca1acca840bbfa76ccb2e93 (patch)
tree7a9f9f7149a2e045ae0371ca6a4fc138f4351419 /calendar
parent010b7fd343cc5f2dc6bbaa11b56a21d9ae114094 (diff)
downloadgsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.tar
gsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.tar.gz
gsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.tar.bz2
gsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.tar.lz
gsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.tar.xz
gsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.tar.zst
gsoc2013-evolution-cbfab0548de9712d1ca1acca840bbfa76ccb2e93.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/dialogs/comp-editor.c10
-rw-r--r--calendar/gui/dialogs/event-page.c2
-rw-r--r--calendar/gui/e-cal-list-view.c1
3 files changed, 6 insertions, 7 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 10a5232d73..5097c9f336 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -1562,7 +1562,7 @@ comp_editor_init (CompEditor *editor)
priv->is_group_item = FALSE;
priv->ui_manager = gtk_ui_manager_new ();
-
+
if (comp_lite)
gtk_window_set_default_size ((GtkWindow *) editor, 800, 450);
gtk_window_add_accel_group (
@@ -1653,7 +1653,7 @@ comp_editor_init (CompEditor *editor)
if (comp_lite) {
GtkWidget *tmp, *tmp1, *tmp_box, *cont;
GtkWidget *combo;
-
+
e_attachment_paned_set_expanded (E_ATTACHMENT_PANED (widget), TRUE);
e_attachment_paned_set_expanded (E_ATTACHMENT_PANED (widget), FALSE);
@@ -1670,7 +1670,7 @@ comp_editor_init (CompEditor *editor)
tmp1 = gtk_label_new_with_mnemonic (_("Save"));
gtk_box_pack_start ((GtkBox *)tmp, tmp1, FALSE, FALSE, 3);
gtk_widget_show_all(tmp);
-
+
combo = gtk_ui_manager_get_widget (priv->ui_manager, "/main-toolbar/save");
gtk_widget_reparent (combo, tmp_box);
gtk_box_set_child_packing ((GtkBox *)tmp_box, combo, FALSE, FALSE, 6, GTK_PACK_END);
@@ -1678,11 +1678,11 @@ comp_editor_init (CompEditor *editor)
combo = gtk_bin_get_child ((GtkBin *)combo);
gtk_container_remove((GtkContainer *)combo, gtk_bin_get_child ((GtkBin *)combo));
gtk_container_add((GtkContainer *)combo, tmp);
- gtk_button_set_relief ((GtkButton *)combo, GTK_RELIEF_NORMAL);
+ gtk_button_set_relief ((GtkButton *)combo, GTK_RELIEF_NORMAL);
gtk_widget_show(tmp_box);
gtk_box_pack_end (GTK_BOX (cont), tmp_box, FALSE, FALSE, 4);
-
+
}
container = e_attachment_paned_get_content_area (
E_ATTACHMENT_PANED (priv->attachment_view));
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index 0975bb02ee..eb95245128 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -2257,7 +2257,7 @@ get_widgets (EventPage *epage)
gtk_widget_hide (priv->invite);
else
gtk_widget_hide (priv->invite_label);
-
+
priv->add = GW ("add-attendee");
priv->remove = GW ("remove-attendee");
priv->edit = GW ("edit-attendee");
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index 1da7f16037..d0771398c1 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -257,7 +257,6 @@ setup_e_table (ECalListView *cal_list_view)
e_table_extras_add_compare (extras, "date-compare",
date_compare_cb);
-
/* set proper format component for a default 'date' cell renderer */
cell = e_table_extras_get_cell (extras, "date");
e_cell_date_set_format_component (E_CELL_DATE (cell), "calendar");