aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-12-08 05:09:39 +0800
committerMichael Meeks <michael@src.gnome.org>2000-12-08 05:09:39 +0800
commitcce9a0787ee9bbce959ec8181ec72de0f36738df (patch)
tree5eb40dea31fef20a0a1eec9c0fbeb369bd61d321 /shell
parent907a6cf1e3d9fe091a978488591363516cab6a85 (diff)
downloadgsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.tar
gsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.tar.gz
gsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.tar.bz2
gsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.tar.lz
gsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.tar.xz
gsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.tar.zst
gsoc2013-evolution-cce9a0787ee9bbce959ec8181ec72de0f36738df.zip
update to GNOME_Evolution_Shell.oafinfo
2000-12-07 Michael Meeks <michael@helixcode.com> * Makefile.am (oaf_DATA): update to GNOME_Evolution_Shell.oafinfo * e-shell.h: upd. svn path=/trunk/; revision=6846
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/GNOME_Evolution_Shell.oaf.in2
-rw-r--r--shell/GNOME_Evolution_Shell.oafinfo2
-rw-r--r--shell/Makefile.am2
-rw-r--r--shell/e-shell.h2
5 files changed, 10 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d2cb6c1d65..f4f57bc83c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-07 Michael Meeks <michael@helixcode.com>
+
+ * Makefile.am (oaf_DATA): update to GNOME_Evolution_Shell.oafinfo
+
+ * e-shell.h: upd.
+
2000-12-04 Ettore Perazzoli <ettore@helixcode.com>
* Evolution-StorageSetView.idl: Arg @uri renamed to @name in
diff --git a/shell/GNOME_Evolution_Shell.oaf.in b/shell/GNOME_Evolution_Shell.oaf.in
index 3f84707c93..38a3b7b778 100644
--- a/shell/GNOME_Evolution_Shell.oaf.in
+++ b/shell/GNOME_Evolution_Shell.oaf.in
@@ -1,6 +1,6 @@
<oaf_info>
-<oaf_server iid="OAFIID:evolution:584cc84c-27d4-42c8-ae4d-39a64bdefbd2"
+<oaf_server iid="OAFIID:GNOME_Evolution_Shell"
type="exe"
location="evolution">
diff --git a/shell/GNOME_Evolution_Shell.oafinfo b/shell/GNOME_Evolution_Shell.oafinfo
index 3f84707c93..38a3b7b778 100644
--- a/shell/GNOME_Evolution_Shell.oafinfo
+++ b/shell/GNOME_Evolution_Shell.oafinfo
@@ -1,6 +1,6 @@
<oaf_info>
-<oaf_server iid="OAFIID:evolution:584cc84c-27d4-42c8-ae4d-39a64bdefbd2"
+<oaf_server iid="OAFIID:GNOME_Evolution_Shell"
type="exe"
location="evolution">
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 5e2c3e9a34..b37494f29b 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -140,7 +140,7 @@ evolution_LDADD = \
$(BONOBO_GNOME_LIBS)
oafdir = $(datadir)/oaf
-oaf_DATA = evolution.oafinfo
+oaf_DATA = GNOME_Evolution_Shell.oafinfo
EXTRA_DIST = $(IDLS) $(oaf_DATA)
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 3548de03c7..bb8a2cb5a3 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -67,7 +67,7 @@ struct _EShellClass {
/* ID for registering the shell in the OAF name service. */
-#define E_SHELL_OAFIID "OAFIID:evolution:584cc84c-27d4-42c8-ae4d-39a64bdefbd2"
+#define E_SHELL_OAFIID "OAFIID:GNOME_Evolution_Shell"
GtkType e_shell_get_type (void);