aboutsummaryrefslogtreecommitdiffstats
path: root/tools/evolution-addressbook-export.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-08-13 09:06:15 +0800
committerDan Winship <danw@src.gnome.org>2002-08-13 09:06:15 +0800
commit67d091d07ef507f2eee7b6a6ac8c81e359cf5a71 (patch)
treeed9959261d2429282da6c9d45b3ee45c75e65d0f /tools/evolution-addressbook-export.c
parent1c52eea0988c732c98fef5963a83eeb50a9c1b77 (diff)
downloadgsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.tar
gsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.tar.gz
gsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.tar.bz2
gsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.tar.lz
gsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.tar.xz
gsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.tar.zst
gsoc2013-evolution-67d091d07ef507f2eee7b6a6ac8c81e359cf5a71.zip
Use default book, not local one.
* tools/evolution-addressbook-import.c (main): Use default book, not local one. * tools/evolution-addressbook-export.c (main): Likewise. * tools/evolution-addressbook-abuse.c (abuse_timeout): Likewise. svn path=/trunk/; revision=17766
Diffstat (limited to 'tools/evolution-addressbook-export.c')
-rw-r--r--tools/evolution-addressbook-export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/evolution-addressbook-export.c b/tools/evolution-addressbook-export.c
index cfc0237a02..e21053b300 100644
--- a/tools/evolution-addressbook-export.c
+++ b/tools/evolution-addressbook-export.c
@@ -59,7 +59,7 @@ main (int argc, char *argv[])
if (bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE)
g_error (_("Could not initialize Bonobo"));
- e_book_use_local_address_book (use_addressbook, filename);
+ e_book_use_default_book (use_addressbook, filename);
bonobo_main ();