diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-27 05:56:03 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-27 05:56:03 +0800 |
commit | 8c939dca8ad71ce10c7758243385b12bced22449 (patch) | |
tree | 29d48aa1ffcc9ec96322ba147fd6b4ed9eb73f2b /shell/ChangeLog | |
parent | b09318f2bbd4898494462aee9b47669b045dfde3 (diff) | |
download | gsoc2013-evolution-8c939dca8ad71ce10c7758243385b12bced22449.tar.gz gsoc2013-evolution-8c939dca8ad71ce10c7758243385b12bced22449.tar.zst gsoc2013-evolution-8c939dca8ad71ce10c7758243385b12bced22449.zip |
Add panded widget to EShellWindowPrivate and handle state saving of
2004-01-26 Rodney Dawes <dobey@ximian.com>
* e-shell-window.c (setup_widgets): Add panded widget to
EShellWindowPrivate and handle state saving of position (#52049)
* e-task-bar.c (init): Switch to EClippedLabel instead of GtkLabel
for the status bar text (#52937)
Fixes #52049 and #52937
svn path=/trunk/; revision=24448
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1954094a11..5b2b6fcb9f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2004-01-26 Rodney Dawes <dobey@ximian.com> + + * e-shell-window.c (setup_widgets): Add panded widget to + EShellWindowPrivate and handle state saving of position (#52049) + * e-task-bar.c (init): Switch to EClippedLabel instead of GtkLabel + for the status bar text (#52937) + + Fixes #52049 and #52937 + 2004-01-26 JP Rosevear <jpr@ximian.com> * e-shell.c (e_shell_construct): there is no splash screen any |