GNOME Bugzilla – Bug 526146
integrated ui does not have any of the plug-in actions
Last modified: 2008-05-25 18:36:10 UTC
plug-in action are added with menu-path either starting with /DisplayMenu to be added on the diagram specific menu or /ToolboxMenu to be globally available on the toolbox. The integrated ui introduced a third variant /IntegratedUIMenu which probably should be filled by both, but currently does not have any of the actions added by plug-ins
2008-05-18 Hans Breuer <hans@breuer.org> * app/display.c(ddisplay_set_cursor) : don't try to set a cursor on a window not yet created * app/interface.c(use_integrated_ui_for_display_shell) : pass the renderer preference when ddisplay_set_renderer() - too early * app/render_gdk.c(set_size): handle being called without a window gracefully. Together this allows to start the Integrated UI without g_warning(). * app/menu.[ch] : make add_plugin_actions() work for all GUI variants, get rid of add_toolbox_plugin_actions(). Fixes bug #526146