diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-22 05:34:46 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-22 05:34:46 +0800 |
commit | 92dab166b6cd33e4631c8fb018278fd5091dfc05 (patch) | |
tree | 5f4b83125e8ae5ad2068a6c9a77d9101e9a5ae83 /addressbook/gui/widgets/eab-config.c | |
parent | 011751dd0c7ee1e81061492b4adc7b851c57d839 (diff) | |
download | gsoc2013-evolution-92dab166b6cd33e4631c8fb018278fd5091dfc05.tar.gz gsoc2013-evolution-92dab166b6cd33e4631c8fb018278fd5091dfc05.tar.zst gsoc2013-evolution-92dab166b6cd33e4631c8fb018278fd5091dfc05.zip |
correct hook name typo
2004-10-21 JP Rosevear <jpr@novell.com>
* gui/widgets/eab-config.c (ecph_class_init): correct hook name
typo
* gui/component/addressbook-view.c: add appropriate popup icons
svn path=/trunk/; revision=27688
Diffstat (limited to 'addressbook/gui/widgets/eab-config.c')
-rw-r--r-- | addressbook/gui/widgets/eab-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-config.c b/addressbook/gui/widgets/eab-config.c index df4e86c4ee..18837289e0 100644 --- a/addressbook/gui/widgets/eab-config.c +++ b/addressbook/gui/widgets/eab-config.c @@ -157,7 +157,7 @@ ecph_class_init (EPluginHookClass *klass) { int i; - klass->id = "org.gnome.evolution.calendar.config:1.0"; + klass->id = "org.gnome.evolution.addressbook.config:1.0"; for (i = 0; ecph_targets[i].type; i++) { e_config_hook_class_add_target_map ((EConfigHookClass *)klass, &ecph_targets[i]); |