aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-select-names-editable.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-select-names-editable.c')
-rw-r--r--calendar/gui/e-select-names-editable.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/calendar/gui/e-select-names-editable.c b/calendar/gui/e-select-names-editable.c
index 9e18175b15..b45f7eb820 100644
--- a/calendar/gui/e-select-names-editable.c
+++ b/calendar/gui/e-select-names-editable.c
@@ -54,11 +54,12 @@ e_select_names_editable_new (void)
EShell *shell;
/* Might be cleaner to have 'registry' passed in, but the call chain
- of this widget doesn't have access that low in the functions, thus
- making the change without (private) API break. */
+ * of this widget doesn't have access that low in the functions, thus
+ * making the change without (private) API break. */
shell = e_shell_get_default ();
- return g_object_new (E_TYPE_SELECT_NAMES_EDITABLE,
+ return g_object_new (
+ E_TYPE_SELECT_NAMES_EDITABLE,
"registry", e_shell_get_registry (shell),
NULL);
}