diff options
author | Michael Meeks <michael@helixcode.com> | 2000-09-14 23:08:07 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-14 23:08:07 +0800 |
commit | 3d4b488b2f09eaffaf6f81d80da55b9b051523e4 (patch) | |
tree | 36be04ce1e54e5100e44de926612b16d26941811 /shell | |
parent | a005cabc942b4cede3ff02f8f22f779e800f668e (diff) | |
download | gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.gz gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.bz2 gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.lz gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.xz gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.zst gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.zip |
add bonobo_ui_handler_unset_container to stop menus screwing up.
2000-09-14 Michael Meeks <michael@helixcode.com>
* folder-browser-factory.c (control_deactivate): add
bonobo_ui_handler_unset_container to stop menus screwing up.
* Add 2 missing stock icons in toolbar.
svn path=/trunk/; revision=5428
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 385018e244..95e7e54dd4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2000-09-14 Michael Meeks <michael@helixcode.com> + * e-shell-view-menu.c: Remove sillies in toggle paths. + +2000-09-14 Michael Meeks <michael@helixcode.com> + * e-shell-view.c: move fn to bonobo. 2000-09-14 Christopher James Lahey <clahey@helixcode.com> diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 2ae21cc861..351c7b6231 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -424,8 +424,8 @@ menu_do_misc (BonoboUIComponent *component, } -#define SHORTCUT_BAR_TOGGLE_PATH "/menu/View/ShortcutBar" -#define FOLDER_BAR_TOGGLE_PATH "/menu/View/FolderBar" +#define SHORTCUT_BAR_TOGGLE_PATH "/View/ShortcutBar" +#define FOLDER_BAR_TOGGLE_PATH "/View/FolderBar" void e_shell_view_menu_setup (EShellView *shell_view) |