diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-13 10:27:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-13 10:27:13 +0800 |
commit | 311c8dd1226555f81c2eaca738969f5d9e123d1f (patch) | |
tree | 2c808669bf76465c7d24f23cf80d35cfcf3ce4e9 /modules/calendar | |
parent | 88aa930c58ad27858453a2109cc899f34df21056 (diff) | |
download | gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.tar gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.tar.gz gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.tar.bz2 gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.tar.lz gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.tar.xz gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.tar.zst gsoc2013-evolution-311c8dd1226555f81c2eaca738969f5d9e123d1f.zip |
Add new preferences missed during the 2.27.90 merge.
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-settings.c | 2 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-settings.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/modules/calendar/e-cal-shell-settings.c b/modules/calendar/e-cal-shell-settings.c index be50c8e7b3..c6d3c984fb 100644 --- a/modules/calendar/e-cal-shell-settings.c +++ b/modules/calendar/e-cal-shell-settings.c @@ -1,5 +1,5 @@ /* - * e-cal-shell-backend-settings.c + * e-cal-shell-settings.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/modules/calendar/e-cal-shell-settings.h b/modules/calendar/e-cal-shell-settings.h index de8b22888b..5f7293bbed 100644 --- a/modules/calendar/e-cal-shell-settings.h +++ b/modules/calendar/e-cal-shell-settings.h @@ -1,5 +1,5 @@ /* - * e-cal-shell-backend-settings.h + * e-cal-shell-settings.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,8 +19,8 @@ * */ -#ifndef E_CAL_SHELL_BACKEND_SETTINGS_H -#define E_CAL_SHELL_BACKEND_SETTINGS_H +#ifndef E_CAL_SHELL_SETTINGS_H +#define E_CAL_SHELL_SETTINGS_H #include <shell/e-shell.h> @@ -30,4 +30,4 @@ void e_cal_shell_backend_init_settings (EShell *shell); G_END_DECLS -#endif /* E_CAL_SHELL_BACKEND_SETTINGS_H */ +#endif /* E_CAL_SHELL_SETTINGS_H */ |