aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/e-delegate-dialog.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-12-02 06:14:43 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-12-02 06:14:43 +0800
commit7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0 (patch)
tree7bd84d8e6b28d1d4e0a4d4d7959aa2bd2dbdecae /calendar/gui/dialogs/e-delegate-dialog.c
parent9b6e4f3e85115055b3df938cb0bdf7876575c952 (diff)
downloadgsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar
gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar.gz
gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar.bz2
gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar.lz
gsoc2013-evolution-7af66de0238f45979c19eaa3cc9a2e2ba1d9dea0.tar.xz
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 'calendar/gui/dialogs/e-delegate-dialog.c')
-rw-r--r--calendar/gui/dialogs/e-delegate-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/e-delegate-dialog.c b/calendar/gui/dialogs/e-delegate-dialog.c
index 546f95a499..1a33ca194d 100644
--- a/calendar/gui/dialogs/e-delegate-dialog.c
+++ b/calendar/gui/dialogs/e-delegate-dialog.c
@@ -53,7 +53,7 @@ struct _EDelegateDialogPrivate {
GtkWidget *entry;
};
-#define SELECT_NAMES_OAFID "OAFIID:GNOME_Evolution_Addressbook_SelectNames_2"
+#define SELECT_NAMES_OAFID "OAFIID:GNOME_Evolution_Addressbook_SelectNames:" BASE_VERSION
static const char *section_name = "Delegate To";
static void e_delegate_dialog_class_init (EDelegateDialogClass *class);