diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-05 19:19:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-05 19:19:19 +0800 |
commit | d02ed3c293e6772217710df95bc2d9bde14bf792 (patch) | |
tree | ce3bbc2470398dfda4e1a91d3ccae70ef2824b20 /shell/e-shell-view-menu.c | |
parent | f6e8b09c24ded7d024dca4563bd4789e0b3c4b05 (diff) | |
download | gsoc2013-evolution-d02ed3c293e6772217710df95bc2d9bde14bf792.tar.gz gsoc2013-evolution-d02ed3c293e6772217710df95bc2d9bde14bf792.tar.zst gsoc2013-evolution-d02ed3c293e6772217710df95bc2d9bde14bf792.zip |
Get the File -> Folder -> Properties menu item work again for the
mailer.
svn path=/trunk/; revision=10793
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 7e5bef44b1..1cffd57a6c 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -407,17 +407,6 @@ command_add_folder_to_shortcut_bar (BonoboUIComponent *uih, e_shell_command_add_to_shortcut_bar (e_shell_view_get_shell (shell_view), shell_view); } -static void -command_folder_properties (BonoboUIComponent *uih, - void *data, - const char *path) -{ - EShellView *shell_view; - - shell_view = E_SHELL_VIEW (data); - e_shell_command_folder_properties (e_shell_view_get_shell (shell_view), shell_view); -} - /* Going to a folder. */ @@ -660,8 +649,6 @@ BonoboUIVerb folder_verbs [] = { BONOBO_UI_VERB ("AddFolderToShortcutBar", command_add_folder_to_shortcut_bar), - BONOBO_UI_VERB ("ChangeFolderProperties", command_folder_properties), - BONOBO_UI_VERB_END }; |