aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-23 01:05:54 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-23 01:05:54 +0800
commitf34b946559d0ee15ad790156e9cc7adbd39a8c9e (patch)
tree8853b22c88574a1d9d51c19bd8845b30f6e4d34a
parent9267c8619862d990087d56ef01943df3ec5fa6a7 (diff)
downloadgsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar
gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar.gz
gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar.bz2
gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar.lz
gsoc2013-evolution-f34b946559d0ee15ad790156e9cc7adbd39a8c9e.tar.xz
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
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/GNOME_Evolution_Shell.server.in.in6
-rw-r--r--shell/Makefile.am2
-rw-r--r--shell/e-shell.h2
4 files changed, 13 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7470b7bae5..d8e81c61e1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-22 Ettore Perazzoli <ettore@ximian.com>
+
+ * 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.
+
2003-10-22 Jeffrey Stedfast <fejj@ximian.com>
* e-shell-window.c (e_shell_window_new): Change to "evolution-1.5"
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">
diff --git a/shell/Makefile.am b/shell/Makefile.am
index a427d280d9..5696b278a8 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -218,6 +218,8 @@ evolution_SOURCES = \
e-shell-window.h \
e-shell.c \
e-shell.h \
+ e-sidebar.c \
+ e-sidebar.h \
e-task-bar.c \
e-task-bar.h \
e-task-widget.c \
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,