diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 07:20:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 07:20:16 +0800 |
commit | 70e6407e128d512c51ceeba8f7a9e995af8c99f2 (patch) | |
tree | 78fd561062915fb87d65c0e895463c2d34cc500b /shell/ChangeLog | |
parent | 61ff5c5beae942db853593e618ada243bdb85bd6 (diff) | |
download | gsoc2013-evolution-70e6407e128d512c51ceeba8f7a9e995af8c99f2.tar.gz gsoc2013-evolution-70e6407e128d512c51ceeba8f7a9e995af8c99f2.tar.zst gsoc2013-evolution-70e6407e128d512c51ceeba8f7a9e995af8c99f2.zip |
New constant `MIN_POPUP_TREE_WIDTH'. (pop_up_folder_bar): Make sure the
* e-shell-view.c: New constant `MIN_POPUP_TREE_WIDTH'.
(pop_up_folder_bar): Make sure the pop-up is always this size or
more.
(setup_widgets): Pass %FALSE for @shrink to `e_paned_pack1()'.
(reparent_storage_set_view_box_and_destroy_popup): Likewise.
svn path=/trunk/; revision=12211
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d8669e5732..908e628587 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-08-18 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c: New constant `MIN_POPUP_TREE_WIDTH'. + (pop_up_folder_bar): Make sure the pop-up is always this size or + more. + (setup_widgets): Pass %FALSE for @shrink to `e_paned_pack1()'. + (reparent_storage_set_view_box_and_destroy_popup): Likewise. + +2001-08-18 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c (shortcut_bar_visibility_changed_cb): New, replacing `shortcut_bar_mode_changed_cb'. (folder_bar_visibility_changed_cb): New, replacing |