aboutsummaryrefslogtreecommitdiffstats
path: root/tools/killev.c
Commit message (Collapse)AuthorAgeFilesLines
* Use g_list_delete_link() instead of g_list_remove_link() +Kjartan Maraas2006-01-301-3/+3
| | | | | | | | | | | | 2006-01-30 Kjartan Maraas <kmaraas@gnome.org> * tools/evolution-launch-composer.c: (do_send): Use g_list_delete_link() instead of g_list_remove_link() + g_list_free_1(). * tools/killev.c: mark a couple vars static and remove a stray semi-colon. svn path=/trunk/; revision=31370
* use gnome_i18n_get_language_list so we get the right one (LC_MESSAGES).Not Zed2004-04-301-3/+6
| | | | | | | | | 2004-04-30 Not Zed <NotZed@Ximian.com> * tools/killev.c (main): use gnome_i18n_get_language_list so we get the right one (LC_MESSAGES). svn path=/trunk/; revision=25702
* Define this (the number used in the e-d-s component repo_ids).Dan Winship2004-03-031-3/+3
| | | | | | | | | * configure.in (DATASERVER_API_VERSION): Define this (the number used in the e-d-s component repo_ids). * tools/killev.c (main): Update the repo_ids svn path=/trunk/; revision=24932
* Use the AlarmNotify_Factory for --force-shutdownRodney Dawes2004-02-101-1/+1
| | | | | | | | | | 2004-02-09 Rodney Dawes <dobey@ximian.com> * tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown Fixes #54084 svn path=/trunk/; revision=24684
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-021-9/+9
| | | | | | | | | | 2003-12-01 Rodney Dawes <dobey@ximian.com> * Use BASE_VERSION for repo_ids and OAFIIDs * Update killev to kill the correct versions of gnome-spell and the GtkHTML Editor svn path=/trunk/; revision=23543
* kill Evo 2.0's alarm daemon, not 1.4's.Rodrigo Moya2003-11-241-1/+1
| | | | | | | | 2003-11-24 Rodrigo Moya <rodrigo@ximian.com> * tools/killev.c (main): kill Evo 2.0's alarm daemon, not 1.4's. svn path=/trunk/; revision=23479
* kill the alarm notification service, not the factory, which no longerRodrigo Moya2003-11-181-1/+1
| | | | | | | | | 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * tools/killev.c (main): kill the alarm notification service, not the factory, which no longer exists. svn path=/trunk/; revision=23414
* clean this up a little and make it deal with "evolution" vsDan Winship2003-06-201-18/+19
| | | | | | | * tools/killev.c (kill_component): clean this up a little and make it deal with "evolution" vs "evolution-1.4" svn path=/trunk/; revision=21499
* Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTSDan Winship2003-04-081-0/+217
* tools/Makefile.am (privlibexec_SCRIPTS, privlibexec_PROGRAMS): Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTS to PROGRAMS. (killev_SOURCES, killev_LDADD): Add * tools/killev.c: New C port of killev, since "bonobo-activation-query" does not return as much information as "oaf-client" did. Also has prettier output. (Still shells out to killall/pkill to do the actual killing.) * tools/killev: Gone * tools/evolution-move-tasks: Removed since the evolution-calendar code that called it is also gone now. svn path=/trunk/; revision=20700