From 130d4fbee5807e4bcb43e190301eb161ce308bec Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 23 Jul 2000 11:00:37 +0000 Subject: Change EShellView so that it creates the menus with BonoboUIHandler directly instead of using the GnomeUIInfo convertion functions, that were not doing the right thing by translating the path as well (and as a consequence, the components were not able to set up their own menu items if the locale was not the default one). svn path=/trunk/; revision=4278 --- shell/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index d2186f0230..b43c61a1e4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,21 @@ +2000-07-23 Ettore Perazzoli + + * e-shell-view-menu.c: Converted to use `bonobo_ui_handler_*()' + stuff directly, instead of converting from GnomeUIInfo. + (command_quit): Update arg types for BonoboUIHandler. + (command_run_bugbuddy): Likewise. + (command_about_box): Likewise. + (command_new_task): Removed. + (command_new_journal_entry): Removed. + (menu_create_file_new): New. + (menu_create_file): New. + (menu_create_edit): New. + (menu_create_view): New. + (menu_create_tools): New. + (menu_create_actions): New. + (e_shell_view_menu_setup): Create menus using them instead of + converting from GnomeUIInfo. + 2000-07-22 Ettore Perazzoli * e-shell.c (e_shell_construct): Don't unref NULL shortcuts, you -- cgit v1.2.3