diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 01:05:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 01:05:54 +0800 |
commit | f34b946559d0ee15ad790156e9cc7adbd39a8c9e (patch) | |
tree | 8853b22c88574a1d9d51c19bd8845b30f6e4d34a /shell/e-shell.h | |
parent | 9267c8619862d990087d56ef01943df3ec5fa6a7 (diff) | |
download | gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar.gz gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar.zst gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.zip |
Append a _2 to all the IIDs.
* GNOME_Evolution_Shell.server.in.in: Append a _2 to all the IIDs.
* e-shell.h (E_SHELL_OAFIID): Change to "GNOME_Evolution_Shell_2"
so it does not conflict with the old IID.
svn path=/trunk/; revision=22987
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index afd1f33e1b..1d17581067 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -81,7 +81,7 @@ struct _EShellClass { /* ID for registering the shell in the OAF name service. */ -#define E_SHELL_OAFIID "OAFIID:GNOME_Evolution_Shell" +#define E_SHELL_OAFIID "OAFIID:GNOME_Evolution_Shell_2" enum _EShellConstructResult { E_SHELL_CONSTRUCT_RESULT_OK, |