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
This commit is contained in:
Ettore Perazzoli
2002-09-03 20:28:29 +00:00
parent 7140264bb8
commit 2c29a42ba0
3 changed files with 18 additions and 1 deletions

View File

@ -43,7 +43,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/ComponentPlaceholder"
#define EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER "/popups/FolderPopup/ComponentPlaceholder/Items"
typedef struct _EvolutionShellComponent EvolutionShellComponent;