After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 526146 - integrated ui does not have any of the plug-in actions
integrated ui does not have any of the plug-in actions
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
devel
Other All
: Normal normal
: 0.97
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-04 12:49 UTC by Hans Breuer
Modified: 2008-05-25 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans Breuer 2008-04-04 12:49:49 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
Comment 1 Hans Breuer 2008-05-25 18:36:10 UTC
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