diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7617821986..213931c46f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,23 @@ +2005-09-23 S.Antony Vincent Pandian <santony@gmail.com> + + solves bug # 307780 + + * e-shell-window.h : added the prototype for the function + e_shell_window_peek_statusbar(..); + + * e-shell-window.c : show/hide the status bar widget based on the saved + property. + retreive the status bar's previous status and set in UI. + define the function e_shell_window_peek_statusbar() which retrieves + the status bar widget for e-shell-window-commands.c + + * e-shell-window-commands.c : view_statusbar_item_toggled_handler() + is the component listener for the "View Status Bar" menu item.it + handles the click event in the menu item "View status Bar".The + state of the status bar is also saved every time an event occurs + on it. + setting the component listener to the component. + 2005-08-28 Harish Krishnaswamy <kharish@novell.com> * e-shell-window-commands.c: Update credits. |