diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-29 05:18:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-29 05:18:57 +0800 |
commit | 8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1 (patch) | |
tree | 5a6f0afe9fad02a85c2e83424d92019ca018ca59 /shell/ChangeLog | |
parent | 9df95b6286a371de342732f711325122194ffa85 (diff) | |
download | gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.tar gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.tar.gz gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.tar.bz2 gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.tar.lz gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.tar.xz gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.tar.zst gsoc2013-evolution-8f338e40f91fcdf430b29ea4b9ebcd3e384b0ff1.zip |
[Fix #8434, Shortcut bar not shown properly.]
* e-shell-view.c (e_shell_view_show_shortcut_bar): Set the
hpaned_position from the EPaned *before* hiding it -- otherwise,
the position will of course always be zero.
(e_shell_view_save_settings): Save from ->hpaned_position and
->view_hpaned_position.
svn path=/trunk/; revision=13234
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 34750da285..9ff726afad 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2001-09-28 Ettore Perazzoli <ettore@ximian.com> + + [Fix #8434, Shortcut bar not shown properly.] + + * e-shell-view.c (e_shell_view_show_shortcut_bar): Set the + hpaned_position from the EPaned *before* hiding it -- otherwise, + the position will of course always be zero. + (e_shell_view_save_settings): Save from ->hpaned_position and + ->view_hpaned_position. + 2001-09-28 Iain Holmes <iain@ximian.com> * importer/import.glade: Add new pages. @@ -46,7 +56,6 @@ (e_shell_view_menu_setup): Add tools verbs. 2001-09-26 Ettore Perazzoli <ettore@ximian.com> - * e-shell-view.c (setup_verb_sensitivity_for_folder): New helper function. (folder_selected_cb): Call it. |