diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-12-02 06:14:43 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-12-02 06:14:43 +0800 |
commit | 7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0 (patch) | |
tree | 7bd84d8e6b28d1d4e0a4d4d7959aa2bd2dbdecae /tools/killev.c | |
parent | 9b6e4f3e85115055b3df938cb0bdf7876575c952 (diff) | |
download | gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar.gz gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar.zst gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.zip |
Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the
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
Diffstat (limited to 'tools/killev.c')
-rw-r--r-- | tools/killev.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/killev.c b/tools/killev.c index a0ee32efde..4415174420 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -199,18 +199,18 @@ main (int argc, char **argv) languages = e_get_language_list (); components = g_hash_table_new (g_str_hash, g_str_equal); - add_matching_repo_id ("IDL:GNOME/Evolution/Shell:1.0"); + add_matching_repo_id ("IDL:GNOME/Evolution/Shell:" BASE_VERSION); g_hash_table_foreach_remove (components, kill_component, NULL); - add_matching_repo_id ("IDL:GNOME/Evolution/ShellComponent:1.0"); - add_matching_repo_id ("IDL:GNOME/Evolution/Calendar/CalFactory:1.0"); - add_matching_repo_id ("IDL:GNOME/Evolution/BookFactory:1.0"); - add_matching_repo_id ("IDL:GNOME/Evolution/Importer:1.0"); - add_matching_repo_id ("IDL:GNOME/Evolution/IntelligentImporter:1.0"); - add_matching_repo_id ("IDL:GNOME/Spell/Checker:0.1"); + add_matching_repo_id ("IDL:GNOME/Evolution/ShellComponent:" BASE_VERSION); + add_matching_repo_id ("IDL:GNOME/Evolution/Calendar/CalFactory:" BASE_VERSION); + add_matching_repo_id ("IDL:GNOME/Evolution/BookFactory:" BASE_VERSION); + add_matching_repo_id ("IDL:GNOME/Evolution/Importer:" BASE_VERSION); + add_matching_repo_id ("IDL:GNOME/Evolution/IntelligentImporter:" BASE_VERSION); + add_matching_repo_id ("IDL:GNOME/Spell/Dictionary:0.3"); - add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_2"); - add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.0"); + add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify:" BASE_VERSION); + add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.1"); g_hash_table_foreach_remove (components, kill_component, NULL); |