From f34b946559d0ee15ad790156e9cc7adbd39a8c9e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 Oct 2003 17:05:54 +0000 Subject: 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 --- shell/ChangeLog | 7 +++++++ shell/GNOME_Evolution_Shell.server.in.in | 6 +++--- shell/Makefile.am | 2 ++ shell/e-shell.h | 2 +- 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 + + * 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 * 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 @@ - @@ -12,7 +12,7 @@ _value="Evolution Shell"/> - @@ -21,7 +21,7 @@ - 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, -- cgit v1.2.3