Do not call calendar_config_init() here.
2001-09-17 Federico Mena Quintero <federico@ximian.com> * gui/component-factory.c (owner_set_cb): Do not call calendar_config_init() here. * gui/main.c (main): Call calendar_config_init() here. svn path=/trunk/; revision=12916
This commit is contained in:
committed by
Federico Mena Quintero
parent
7796aa195e
commit
ed0347eace
@ -1,3 +1,10 @@
|
||||
2001-09-17 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gui/component-factory.c (owner_set_cb): Do not call
|
||||
calendar_config_init() here.
|
||||
|
||||
* gui/main.c (main): Call calendar_config_init() here.
|
||||
|
||||
2001-09-17 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gui/alarm-notify/alarm.c (queue_alarm): Duh, only setup the
|
||||
|
||||
@ -52,7 +52,6 @@
|
||||
#define CREATE_EVENT_ID "event"
|
||||
#define CREATE_TASK_ID "task"
|
||||
|
||||
static BonoboGenericFactory *factory = NULL;
|
||||
char *evolution_dir;
|
||||
|
||||
static const EvolutionShellComponentFolderType folder_types[] = {
|
||||
@ -335,8 +334,6 @@ owner_set_cb (EvolutionShellComponent *shell_component,
|
||||
|
||||
evolution_dir = g_strdup (evolution_homedir);
|
||||
|
||||
calendar_config_init ();
|
||||
|
||||
if (!migrated) {
|
||||
tasks_migrate ();
|
||||
migrated = TRUE;
|
||||
|
||||
@ -52,7 +52,6 @@
|
||||
#define CREATE_EVENT_ID "event"
|
||||
#define CREATE_TASK_ID "task"
|
||||
|
||||
static BonoboGenericFactory *factory = NULL;
|
||||
char *evolution_dir;
|
||||
|
||||
static const EvolutionShellComponentFolderType folder_types[] = {
|
||||
@ -335,8 +334,6 @@ owner_set_cb (EvolutionShellComponent *shell_component,
|
||||
|
||||
evolution_dir = g_strdup (evolution_homedir);
|
||||
|
||||
calendar_config_init ();
|
||||
|
||||
if (!migrated) {
|
||||
tasks_migrate ();
|
||||
migrated = TRUE;
|
||||
|
||||
@ -115,6 +115,8 @@ main (int argc, char **argv)
|
||||
G_LOG_LEVEL_WARNING);
|
||||
#endif
|
||||
|
||||
calendar_config_init ();
|
||||
|
||||
control_factory_init ();
|
||||
component_factory_init ();
|
||||
itip_control_factory_init ();
|
||||
|
||||
Reference in New Issue
Block a user