diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-21 16:50:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-21 16:50:12 +0800 |
commit | 7d6ff2410ae4d929a345fa3fbc16349819f74f5c (patch) | |
tree | 23b96fe5e9808f6db5d468c03721c583f643a35d /shell/ChangeLog | |
parent | 028b507eca8a5942e8d812561f1bf2c6cb5cc3df (diff) | |
download | gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.gz gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.bz2 gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.lz gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.xz gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.zst gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.zip |
Add support for the folder right-click ("context") menu. No component
uses this yet, though.
svn path=/trunk/; revision=4252
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1af4a5002f..0f57b511f2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,4 +1,22 @@ -2000-07-20 Ettore Perazzoli <ettore@helixcode.com> +2000-07-21 Ettore Perazzoli <ettore@helixcode.com> + + * e-storage-set-view.c (popup_folder_menu): New. Create a + BonoboUIHandler-managed pop-up menu, let the component fill it in + with `::populate_folder_context_menu', and display it. Then + destroy it with the associated BonoboUIHandler. + (handle_right_button_selection): New. + (handle_left_button_selection): New. This pops up the right-click + menu. + (button_release_event): Use them. + (init): Set the `GTK_BUTTON_SELECTS' flag for button #3's actions. + + * evolution-shell-component-client.c + (evolution_shell_component_client_populate_folder_context_menu): + New. + (evolution_shell_component_client_async_create_folder): Added + preconditions. + + * e-shell-view.c (e_shell_view_save_settings): Add missing cast. * evolution-shell-component.c: New member `populate_folder_context_menu' in |