aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-17 21:43:54 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-17 21:43:54 +0800
commitff02cf593c542e1801d689ab6db2a40a927b8683 (patch)
tree8eb2ca01080164fe76907860b4ec4ea1f506cc1c /shell/ChangeLog
parent3f50ef47d5f2e55e19a9da1f5bc7349a7f7c8aaa (diff)
downloadgsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar
gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.gz
gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.bz2
gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.lz
gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.xz
gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.zst
gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.zip
Change the code to pop-up the folder context menu to use the stuff
already defined in the UI xml file for the shell views. svn path=/trunk/; revision=9867
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 8f6d4ac35b..ba58043972 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,19 @@
+2001-05-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-storage-set-view.c
+ (populate_folder_context_menu_with_common_items): Removed.
+ (popup_folder_menu): Instead of creating the component and the
+ folder popup definition here, just do `bonobo_window_add_popup()'
+ and assume that "/popups/FolderPopup" is defined in the toplevel
+ window's UI xml file.
+
+2001-05-16 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-shell-component-client.c: Moved some functions around
+ to avoid the warning about the static
+ `free_ShellComponentListener_servant()' function being used prior
+ to declaration.
+
2001-05-15 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c (command_run_bugbuddy): `#if 0'ed out.