diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-26 02:19:08 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-26 02:19:08 +0800 |
commit | f59f9aa65a93d63fadd0ab49ab0dd3ff7be9afa5 (patch) | |
tree | 0e63f1b3545fb4f384eea8bb68425472cf76ccae /shell/ChangeLog | |
parent | 00a23404df0aaec9d978435fd3ba42724135ac35 (diff) | |
download | gsoc2013-evolution-f59f9aa65a93d63fadd0ab49ab0dd3ff7be9afa5.tar.gz gsoc2013-evolution-f59f9aa65a93d63fadd0ab49ab0dd3ff7be9afa5.tar.zst gsoc2013-evolution-f59f9aa65a93d63fadd0ab49ab0dd3ff7be9afa5.zip |
[#31303]
* e-shell-view (storage_set_view_box_button_release_event_cb): Pop
down the popup folder bar if it's a toplevel node.
(folder_bar_popup_map_callback): Connect to the "folder_opened"
signal on the storage_set_view.
[#32032]
* e-folder-list.c (create_display_string): Don't turn the string
from UTF-8 to GTK.
svn path=/trunk/; revision=18437
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e3068f8fe0..142e813ecc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2002-10-25 Ettore Perazzoli <ettore@ximian.com> + + [#31303] + + * e-shell-view (storage_set_view_box_button_release_event_cb): Pop + down the popup folder bar if it's a toplevel node. + (folder_bar_popup_map_callback): Connect to the "folder_opened" + signal on the storage_set_view. + +2002-10-25 Ettore Perazzoli <ettore@ximian.com> + + * e-folder-list.c (create_display_string): Don't turn the string + from UTF-8 to GTK. [#32032] + 2002-10-23 Ettore Perazzoli <ettore@ximian.com> * e-shell.c (setup_local_storage): Set the is_stock flag to TRUE |