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
This commit is contained in:
Michael Meeks
2000-12-07 21:09:39 +00:00
committed by Michael Meeks
parent 907a6cf1e3
commit cce9a0787e
5 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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">

View File

@ -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">

View File

@ -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)

View File

@ -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);