aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-cal-shell-view.c')
-rw-r--r--modules/calendar/e-cal-shell-view.c4
1 files changed, 2 insertions, 2 deletions
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);