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/GNOME_Evolution_Shell.server.in.in | |
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/GNOME_Evolution_Shell.server.in.in')
-rw-r--r-- | shell/GNOME_Evolution_Shell.server.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/GNOME_Evolution_Shell.server.in.in b/shell/GNOME_Evolution_Shell.server.in.in index 960ae4ee07..a54a7b4d7b 100644 --- a/shell/GNOME_Evolution_Shell.server.in.in +++ b/shell/GNOME_Evolution_Shell.server.in.in @@ -1,6 +1,6 @@ <oaf_info> - <oaf_server iid="OAFIID:GNOME_Evolution_Shell" + <oaf_server iid="OAFIID:GNOME_Evolution_Shell_2" type="exe" location="@BINDIR@/evolution-@VERSION@"> @@ -12,7 +12,7 @@ _value="Evolution Shell"/> </oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_Factory" + <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_Factory_2" type="exe" location="evolution-exchange-storage"> @@ -21,7 +21,7 @@ </oaf_attribute> </oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_FolderSettings_Control" + <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_FolderSettings_Control_2" type="factory" location="OAFIID:GNOME_Evolution_Shell_Config_Factory"> |