diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-05 09:21:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-05 09:21:50 +0800 |
commit | 7ec8fed125463d5eda4bcf306378d0cf528d0ca8 (patch) | |
tree | d6d6e0e52c12f78e9741bc25de483025ad065fac | |
parent | e9fe87ee9923aaa3bcb29e162d823267337ab274 (diff) | |
download | gsoc2013-evolution-7ec8fed125463d5eda4bcf306378d0cf528d0ca8.tar.gz gsoc2013-evolution-7ec8fed125463d5eda4bcf306378d0cf528d0ca8.tar.zst gsoc2013-evolution-7ec8fed125463d5eda4bcf306378d0cf528d0ca8.zip |
Whitespace cleanup.
-rw-r--r-- | modules/calendar/e-cal-shell-backend.c | 1 | ||||
-rw-r--r-- | shell/e-shell-view.h | 4 |
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. |