diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-09-01 13:08:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-09-01 13:08:39 +0800 |
commit | 38babe98e0f9813bef50880bed3eaf360470e555 (patch) | |
tree | 035afbde9ee40cc460d665178043994dfd2c1fb6 /shell/ChangeLog | |
parent | 64fdd80faab0d58532289ae7c5a0805041956ad1 (diff) | |
download | gsoc2013-evolution-38babe98e0f9813bef50880bed3eaf360470e555.tar.gz gsoc2013-evolution-38babe98e0f9813bef50880bed3eaf360470e555.tar.zst gsoc2013-evolution-38babe98e0f9813bef50880bed3eaf360470e555.zip |
add delayed_selection to _EShellViewPrivate. (new_folder_cb): new
2000-08-31 Chris Toshok <toshok@helixcode.com>
* e-shell-view.c: add delayed_selection to _EShellViewPrivate.
(new_folder_cb): new function. check if the path is our
delayed_selection and if so, select it.
(folder_selected_cb): if the user selects something using a UI
gesture, clear out a pending delayed selection.
(e_shell_view_display_uri): if the uri isn't available, save it in
the delayed_selection field, and set up the new_folder signal.
svn path=/trunk/; revision=5157
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d77aef13ff..022ab25cd9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2000-08-31 Chris Toshok <toshok@helixcode.com> + + * e-shell-view.c: add delayed_selection to _EShellViewPrivate. + (new_folder_cb): new function. check if the path is our + delayed_selection and if so, select it. + (folder_selected_cb): if the user selects something using a UI + gesture, clear out a pending delayed selection. + (e_shell_view_display_uri): if the uri isn't available, save it in + the delayed_selection field, and set up the new_folder signal. + 2000-08-29 Ettore Perazzoli <ettore@helixcode.com> * e-shell-view.c (shell_view_interface_set_message_cb): If the |