diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-23 19:00:37 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-23 19:00:37 +0800 |
commit | 130d4fbee5807e4bcb43e190301eb161ce308bec (patch) | |
tree | 72feeee5745c6b290481cb6c4554354c68dce1b9 /shell/ChangeLog | |
parent | 8941f8cb6d9a70cc0f5f6df5418ea6dde1270d62 (diff) | |
download | gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.tar gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.tar.gz gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.tar.bz2 gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.tar.lz gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.tar.xz gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.tar.zst gsoc2013-evolution-130d4fbee5807e4bcb43e190301eb161ce308bec.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
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 <ettore@helixcode.com> + + * 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 <ettore@helixcode.com> * e-shell.c (e_shell_construct): Don't unref NULL shortcuts, you |