diff options
author | Chris Toshok <toshok@ximian.com> | 2004-05-25 02:52:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-05-25 02:52:39 +0800 |
commit | 9b2ab206c225392b204b62db389f387bba6103f9 (patch) | |
tree | 0f0b3cd1763b1e6ef47a217297d4328229eeb0b2 /addressbook/tools/evolution-addressbook-export.c | |
parent | 0235a365dd12798e7b8f1881d053f96485009d4d (diff) | |
download | gsoc2013-evolution-9b2ab206c225392b204b62db389f387bba6103f9.tar.gz gsoc2013-evolution-9b2ab206c225392b204b62db389f387bba6103f9.tar.zst gsoc2013-evolution-9b2ab206c225392b204b62db389f387bba6103f9.zip |
fix this for current build foo.
2004-05-24 Chris Toshok <toshok@ximian.com>
* tools/Makefile.am: fix this for current build foo.
* tools/evolution-addressbook-export-list-folders.c,
* tools/evolution-addressbook-export-list-cards.c,
* tools/evolution-addressbook-export.c: revive this.
svn path=/trunk/; revision=26065
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.c')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index a61880ed14..b175024685 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -28,7 +28,7 @@ #include <bonobo/bonobo-main.h> #include <gnome.h> -#include <ebook/e-book.h> +#include <libebook/e-book.h> #include "evolution-addressbook-export.h" @@ -154,9 +154,7 @@ main (int argc, char **argv) exit (-1); } - bonobo_main (); - /*FIXME:should free actctx's some char* field, such as output_file! but since the program will end, so that will not cause mem leak. */ - return 0; + exit (0); } |