diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-30 23:09:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-30 23:09:35 +0800 |
commit | 391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504 (patch) | |
tree | 209a2f99fff96ddb56569a095c67c5d4126b3625 /shell/main.c | |
parent | 57679efdf629f8c3cd7ce2c255ee3c9839fa8618 (diff) | |
download | gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.tar.gz gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.tar.zst gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.zip |
these just handle creating the ~/evolution dir and so are no longer needed
2003-12-30 JP Rosevear <jpr@ximian.com>
* e-setup.[hc]: these just handle creating the ~/evolution dir and
so are no longer needed
* main.c (main): don't setup the old ~/evolution dir
* Makefile.am: don't build dead files
* e-shell.c (e_shell_go_online): get the id from the component
info
svn path=/trunk/; revision=24024
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index 2807600f68..6f56f6b4e9 100644 --- a/shell/main.c +++ b/shell/main.c @@ -28,7 +28,6 @@ #include "e-icon-factory.h" #include "e-shell-constants.h" #include "e-shell-window.h" /* FIXME */ -#include "e-setup.h" #include "e-shell.h" @@ -591,10 +590,8 @@ main (int argc, char **argv) gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png"); - /* FIXME */ + /* FIXME We shouldn't be using the old directory at all I think */ evolution_directory = g_build_filename (g_get_home_dir (), "evolution", NULL); - if (! e_setup (evolution_directory)) - exit (1); if (setup_only) exit (0); |