> +     /* Set the evolution directory */
> +     evo_path = gnome_util_prepend_user_home ("evolution");
> +     bonobo_config_set_string (priv->db, "shell/evolution_path", evo_path, NULL);
> +     g_free (evo_path);
> +     CORBA_exception_init (&ev);
> +     Bonobo_ConfigDatabase_sync (priv->db, &ev);
> +     CORBA_exception_free (&ev);

This should go in e-setup.c:e_setup_check_db, and it should only set it
if it's not already set.

-- Dan


_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to