aboutsummaryrefslogtreecommitdiffstats
path: root/tools/evolution-addressbook-abuse.c
Commit message (Collapse)AuthorAgeFilesLines
* s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-071-2/+2
| | | | svn path=/trunk/; revision=19818
* #include bonobo-activation instead of oaf. (main): Initialize usingEttore Perazzoli2003-01-281-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/evolution-addressbook-export.c: #include bonobo-activation instead of oaf. (main): Initialize using gnome_program_init(). (save_cards): Use g_main_loop_quit() instead of gtk_exit(). * tools/evolution-addressbook-import.c: Update include list for GNOME 2. (main): Initialize using gnome_program_init(). (unref_executable): Use g_main_loop_quit() instead of gtk_exit(). (add_cb): Likewise. * tools/evolution-addressbook-abuse.c: Update include list for GNOME 2. (main): Initialize using gnome_program_init(). (use_addressbook): Use g_object_unref() instead of gtk_object_unref(). (main): Use g_timeout_add() instead of gtk_timeout_add(). (add_cb): Use g_main_loop_quit() instead of gtk_exit(). * configure.in (AC_SUBST): Add tools/Makefile. * Makefile.am (SUBDIRS): Add tools/ back into the list. * tools/Makefile.am: Install everything in $(datadir)/evolution-$(BASE_VERSION)/tools. (INCLUDES): Add the defines that gnome_program_init() likes and also add the _DISABLE_DEPRECATED stuff. svn path=/trunk/; revision=19656
* Use default book, not local one.Dan Winship2002-08-131-1/+1
| | | | | | | | | | | * 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
* Now more abusive.Jon Trowbridge2001-10-271-8/+22
| | | | svn path=/trunk/; revision=14203
* More abuse.Jon Trowbridge2001-10-271-3/+8
| | | | svn path=/trunk/; revision=14176
* Wombat: Be afraid. Be VERY afraid.Jon Trowbridge2001-10-271-0/+120
svn path=/trunk/; revision=14174