diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-10-10 00:43:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-10-10 00:43:07 +0800 |
commit | aa00c7fb194381de798537930a78cf18cb6142c9 (patch) | |
tree | 1873a111dd82da19634033cb54eb9513df1f3015 /calendar/gui | |
parent | e4a86eec4a2388a785555faef7fa1268cf34edb7 (diff) | |
download | gsoc2013-evolution-aa00c7fb194381de798537930a78cf18cb6142c9.tar.gz gsoc2013-evolution-aa00c7fb194381de798537930a78cf18cb6142c9.tar.zst gsoc2013-evolution-aa00c7fb194381de798537930a78cf18cb6142c9.zip |
moved to a common place (cal_backend_file_open): check if "uristr != NULL"
2001-10-09 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-backend-file.c (mail_account_*): moved to a common place
(cal_backend_file_open): check if "uristr != NULL" and not
"uri != NULL"
* pcs/cal-backend-util.c: moved to here
* gui/e-day-view.c: add missing header file
svn path=/trunk/; revision=13517
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-day-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 77343b4763..ef3928a029 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -52,6 +52,7 @@ #include "dialogs/delete-comp.h" #include "comp-util.h" #include "calendar-commands.h" +#include "calendar-config.h" #include "goto.h" #include "e-day-view-time-item.h" #include "e-day-view-top-item.h" |