diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-22 07:19:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-22 07:19:35 +0800 |
commit | 44230f1ef78e54ec616982b827d5f25b916de291 (patch) | |
tree | df946f5445aba28a4e02b71d960d4d85a3d39ca0 /shell/ChangeLog | |
parent | 931953de1f41d51d3d28b6c099e01cd0b1befdc4 (diff) | |
download | gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.gz gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.bz2 gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.lz gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.xz gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.zst gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.zip |
Some changes to the pop-up folder tree, so that it makes more visual
sense.
svn path=/trunk/; revision=4271
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 634668b681..e9db916d73 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,21 @@ +2000-07-22 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view.c (e_shell_view_set_folder_bar_mode): Make the + title bar non-clickable when the folder tree is visible. + + * e-shell-folder-title-bar.c: New members `button_arrow' and + `clickable' in `EShellFolderTitleBarPrivate'. Renamed `label' + into `button_label'. Added `label'. + (init): Init them. + (e_shell_folder_title_bar_construct): Pass a pointer to the title + bar as the user data for the "realize" signal. Create `label'. + (title_button_box_realize_cb): Use the `button_arrow' member + instead of using `gtk_object_{set,get}_data()'. + (setup_style): Set the style for `label' too. + (e_shell_folder_title_bar_set_clickable): New. + (e_shell_folder_title_bar_set_title): Set both `label' and + `button_label'. + 2000-07-21 Ettore Perazzoli <ettore@helixcode.com> * e-shell-view.c (storage_set_view_box_button_release_event_cb): |