diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 23:39:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 23:39:35 +0800 |
commit | 0a74c490105736f8d162fe1410079c36f12a8043 (patch) | |
tree | 975c799b7e354579da76d7cd89fe67963debe692 /shell/ChangeLog | |
parent | 1ceb89ab9a6913d36addc350ccafa8deaf2a126c (diff) | |
download | gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.tar gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.tar.gz gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.tar.bz2 gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.tar.lz gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.tar.xz gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.tar.zst gsoc2013-evolution-0a74c490105736f8d162fe1410079c36f12a8043.zip |
Use an EScrollFrame instead of a GtkScrolledWindow for the folder
tree. This fixes #535 on Bugzilla.
svn path=/trunk/; revision=5928
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 79776b3a3f..f5d6979cac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-10-15 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view.c (setup_storage_set_subwindow): Use an + EScrollFrame instead of a GtkScrolledWindow. + 2000-10-14 Ettore Perazzoli <ettore@helixcode.com> * e-shell.c (e_shell_construct): Display a splash screen. |