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/e-shell-view.c | |
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/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index fcd5b54843..2b6f39bcee 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1013,7 +1013,7 @@ e_shell_view_save_settings (EShellView *shell_view, SET (int, "FolderBarMode", e_shell_view_get_folder_bar_mode (shell_view)) SET (int, "ShortcutBarMode", e_shell_view_get_shortcut_bar_mode (shell_view)); SET (int, "HPanedPosition", e_paned_get_position (E_PANED (priv->hpaned))); - SET (int, "ViewHPanedPosition", e_paned_get_position (priv->view_hpaned)); + SET (int, "ViewHPanedPosition", e_paned_get_position (E_PANED (priv->view_hpaned))); uri = e_shell_view_get_current_uri (shell_view); if (uri != NULL) { |