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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |