diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-18 02:09:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-18 02:09:05 +0800 |
commit | 9d6b2a1c6ad4d96388637e30f96523390aa58de2 (patch) | |
tree | d7c6f5dfbba38e29383df02d035a017015d1d17f /shell/ChangeLog | |
parent | f921268b14138d2f36a6322cbaa2f676967a8a98 (diff) | |
download | gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.tar gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.tar.gz gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.tar.bz2 gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.tar.lz gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.tar.xz gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.tar.zst gsoc2013-evolution-9d6b2a1c6ad4d96388637e30f96523390aa58de2.zip |
Make the folder selection dialog use the right bevel for the scroll
frame, and make it grab the focus as soon as it's shown. (For some
reason, it doesn't seem to work though.)
svn path=/trunk/; revision=7588
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 e6a18e7814..0db4d162da 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-01-17 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-selection-dialog.c + (e_shell_folder_selection_dialog_construct): Set the shadow type + for the EScrollFrame. Also, make the EStorageSetView widget grab + the focus. For some reason it doesnt' seem to work, but I'll + blame ETree for now. + +2001-01-17 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (update_for_current_uri): Display the folder name before "Evolution" instead of after it. Also, display the sub-version string if it was defined when configuring. |