From a1720426f1682646f5c355f044d7fa20883d6fb5 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 9 Apr 2002 15:54:24 +0000 Subject: New. Check that things that need to be in the config db are. Right now it * e-setup.c (e_setup_check_db): New. Check that things that need to be in the config db are. Right now it sets up the default folders. * e-shell.c (e_shell_construct): Call e_setup_check_db after getting the config db. * e-shell-constants.h: Add E_SUMMARY_URI, E_LOCAL_INBOX_URI, etc. * e-shortcuts.c (e_shortcuts_add_default_group): Use E_LOCAL_INBOX_URI, etc. * e-shell-view.c: #define FALLBACK_URI to E_SUMMARY_URI svn path=/trunk/; revision=16405 --- shell/e-setup.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shell/e-setup.h') diff --git a/shell/e-setup.h b/shell/e-setup.h index 3355dc90ad..37144eadc7 100644 --- a/shell/e-setup.h +++ b/shell/e-setup.h @@ -24,7 +24,10 @@ #define _E_SETUP_H #include +#include -gboolean e_setup (const char *evolution_directory); +gboolean e_setup (const char *evolution_directory); + +void e_setup_check_db (Bonobo_ConfigDatabase db); #endif /* _E_SETUP_H */ -- cgit