diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-04 04:28:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-04 04:28:29 +0800 |
commit | 2c29a42ba04ca27a286a1dcfd0d9f0642c68f39c (patch) | |
tree | c5fe835fe74aca38b6b9cb116b5eb66d574b48fd /shell/ChangeLog | |
parent | 7140264bb8bc17127731ff10d4d11c1e96aa25f0 (diff) | |
download | gsoc2013-evolution-2c29a42ba04ca27a286a1dcfd0d9f0642c68f39c.tar.gz gsoc2013-evolution-2c29a42ba04ca27a286a1dcfd0d9f0642c68f39c.tar.zst gsoc2013-evolution-2c29a42ba04ca27a286a1dcfd0d9f0642c68f39c.zip |
Create an Items placeholder under ComponentPlaceholder, and then
* e-storage-set-view.c (popup_folder_menu): Create an Items
placeholder under ComponentPlaceholder, and then
bonobo_ui_component_rm() it after we are done with the menu. This
-should- fix #29782, but it doesn't. I am not sure why.
* evolution-shell-component.h
(EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): Append a "/Items"
part.
svn path=/trunk/; revision=17952
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f467592c2f..6d4f8262cd 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2002-09-03 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (popup_folder_menu): Create an Items + placeholder under ComponentPlaceholder, and then + bonobo_ui_component_rm() it after we are done with the menu. This + -should- fix #29782, but it doesn't. I am not sure why. + + * evolution-shell-component.h + (EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): Append a "/Items" + part. + +2002-09-03 Ettore Perazzoli <ettore@ximian.com> + * e-shell-importer.c (show_import_wizard): Make the WM close button in the dialog hide instead of destroying, using gnome_dialog_close_hides(). [#15572] |