Currently the Terminal.ui file is loaded using xfce_resource_lookup -> gtk_ui_manager_add_ui_from_file. Better use the methode Thunar uses.
Hm, the idea was to allow the user to customize the UI...
Well I guess nobody customizes the order of the menu/toolbar, so beter use csourse and enjoy the speed ^_^. If you want, I can change the code in trunk.
Hm, well that speed difference shouldn't be noticable, but anyway... feel free to come up with a patch. :-)
Created attachment 1343 Patch SVN commands: svn rm Terminal.ui svn add terminal/terminal-window-ui.xml svn propset keywords Id terminal/terminal-window-ui.xml
Committed with revision 26300. 2007-11-15 Benedikt Meurer <benny@xfce.org> * Makefile.am, terminal/: Use exo-csource to embed the UI description into the Terminal binary, instead of loading the user interface from the Terminal.ui file at runtime (Bug #3522). * doc/, po-doc/: Update documentation.