diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-09 05:54:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-09 05:54:58 +0800 |
commit | 56e678a74896006f89657d2ac86fa03c846a6d7a (patch) | |
tree | e0bcb4fa7efbecae8f3a3e8b215910f3513f3b11 /shell/ChangeLog | |
parent | b352ae1f19ca558ba8fd61e0a277a2a9020406bf (diff) | |
download | gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.tar gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.tar.gz gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.tar.bz2 gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.tar.lz gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.tar.xz gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.tar.zst gsoc2013-evolution-56e678a74896006f89657d2ac86fa03c846a6d7a.zip |
[#42342] New function to update the Send/Receive menu and toolbar items
[#42342]
* e-shell-view.c (update_send_receive_sensitivity): New function
to update the Send/Receive menu and toolbar items according to the
current line status.
(e_shell_view_construct): Call it here to set up the initial
state.
(shell_line_status_changed_cb): Use it here as well.
svn path=/trunk/; revision=21135
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 eb5603f8ad..e2bcae1ae9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,15 @@ 2003-05-08 Ettore Perazzoli <ettore@ximian.com> + [#42342] + * e-shell-view.c (update_send_receive_sensitivity): New function + to update the Send/Receive menu and toolbar items according to the + current line status. + (e_shell_view_construct): Call it here to set up the initial + state. + (shell_line_status_changed_cb): Use it here as well. + +2003-05-08 Ettore Perazzoli <ettore@ximian.com> + [#36956] * e-shell-view.c (update_for_current_uri): Remove the version number from the window title. |