aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-05-23 17:33:44 +0800
committerChris Toshok <toshok@src.gnome.org>2001-05-23 17:33:44 +0800
commitde5ad09661c04766f3d0b8777d8c2f3cbce99c30 (patch)
tree0477c9b8f499acfad877f84cc8abc0253c4f49d0
parentde887cef10582792911a04ccc5d1a781280d4a9d (diff)
downloadgsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.tar
gsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.tar.gz
gsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.tar.bz2
gsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.tar.lz
gsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.tar.xz
gsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.tar.zst
gsoc2013-evolution-de5ad09661c04766f3d0b8777d8c2f3cbce99c30.zip
track change to the path to the ComponentPlaceholder.
2001-05-23 Chris Toshok <toshok@ximian.com> * evolution-shell-component.h (EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): track change to the path to the ComponentPlaceholder. svn path=/trunk/; revision=9942
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/evolution-shell-component.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index fd268e7068..386f08f046 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-23 Chris Toshok <toshok@ximian.com>
+
+ * evolution-shell-component.h
+ (EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): track change to the
+ path to the ComponentPlaceholder.
+
2001-05-20 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c: New static members `offline_pixmap',
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h
index ac48ed97de..b364d3dadd 100644
--- a/shell/evolution-shell-component.h
+++ b/shell/evolution-shell-component.h
@@ -42,7 +42,7 @@ extern "C" {
#define EVOLUTION_IS_SHELL_COMPONENT(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_SHELL_COMPONENT))
#define EVOLUTION_IS_SHELL_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_SHELL_COMPONENT))
-#define EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER "/popups/folderPopup/Folder/componentPlaceholder"
+#define EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER "/popups/FolderPopup/ComponentPlaceholder"
typedef struct _EvolutionShellComponent EvolutionShellComponent;
typedef struct _EvolutionShellComponentPrivate EvolutionShellComponentPrivate;