diff options
author | S.Antony Vincent Pandian <santony@gmail.com> | 2005-09-23 17:44:58 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-09-23 17:44:58 +0800 |
commit | 7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072 (patch) | |
tree | d0d2ca2762439e3b2cdc84160f68cebe6719b314 /shell/ChangeLog | |
parent | cf7812d3533a55cda581f1684918db9fef83cfc9 (diff) | |
download | gsoc2013-evolution-7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072.tar.gz gsoc2013-evolution-7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072.tar.zst gsoc2013-evolution-7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072.zip |
Have added the "View Status Bar" under the "View" menu This is a toggle
2005-09-23 S.Antony Vincent Pandian <santony@gmail.com>
* Have added the "View Status Bar" under the "View" menu
This is a toggle button to hide/show the status bar
svn path=/trunk/; revision=30371
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. |