aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-05-12 07:13:28 +0800
committerChris Toshok <toshok@src.gnome.org>2001-05-12 07:13:28 +0800
commit12de520a89398e2c9810f042b3d10e3c4c1ed1ef (patch)
tree6626fe96e3af79f36693ab8f3f2831bb7dec3c3b /shell/ChangeLog
parent19f8760e0dd3e2fb0595699e825936752e880ec8 (diff)
downloadgsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.gz
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.bz2
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.lz
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.xz
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.zst
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.zip
add this define for the xml path to use when adding menu items to the
2001-05-11 Chris Toshok <toshok@ximian.com> * evolution-shell-component.h (EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): add this define for the xml path to use when adding menu items to the folder popup. * e-storage-set-view.c (populate_folder_context_menu_with_common_items): add (#ifdef DEBUG_XML) a menu item to dump the bonobo xml. (popup_folder_menu): pass the BonoboUIContainer to the populate_folder_context_menu CORBA call, instead of the component. Also, reorder things a bit so the component doesn't get an error when setting xml the first time. svn path=/trunk/; revision=9777
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 017a24ebff..c3e1404f4f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,17 @@
+2001-05-11 Chris Toshok <toshok@ximian.com>
+
+ * evolution-shell-component.h
+ (EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): add this define for
+ the xml path to use when adding menu items to the folder popup.
+
+ * e-storage-set-view.c
+ (populate_folder_context_menu_with_common_items): add (#ifdef
+ DEBUG_XML) a menu item to dump the bonobo xml.
+ (popup_folder_menu): pass the BonoboUIContainer to the
+ populate_folder_context_menu CORBA call, instead of the component.
+ Also, reorder things a bit so the component doesn't get an error
+ when setting xml the first time.
+
2001-05-11 Iain Holmes <iain@ximian.com>
* e-shell-folder-selection-dialog.c (dbl_click_cb): Use gnome_dialog_close