aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/calendar/e-cal-shell-backend.c1
-rw-r--r--shell/e-shell-view.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c
index cb442530cb..f58548f80f 100644
--- a/modules/calendar/e-cal-shell-backend.c
+++ b/modules/calendar/e-cal-shell-backend.c
@@ -360,7 +360,6 @@ action_event_new_cb (GtkAction *action,
}
}
-
/* This callback is used for both appointments and meetings. */
source_type = E_CAL_SOURCE_TYPE_EVENT;
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 1a8a9046fb..cc40b761df 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -112,8 +112,8 @@ struct _EShellView {
* Subclasses should rarely need to override the
* default behavior.
* @execute_search: Class method for the #EShellView::execute-search
- * signal. There is no default behavior; subclasses
- * should override this.
+ * signal. There is no default behavior; subclasses
+ * should override this.
* @update_actions: Class method for the #EShellView::update-actions
* signal. There is no default behavior; subclasses
* should override this.