diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-07-21 00:37:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-21 00:37:22 +0800 |
commit | 3e0962231032ae53af4310b43dbced810cdc6100 (patch) | |
tree | e7bfe2770560af84dd93b0d8984d352ae2594088 /widgets/misc/ChangeLog | |
parent | 9e7083dc3eaff94716693feab05f3c0bb2ede551 (diff) | |
download | gsoc2013-evolution-3e0962231032ae53af4310b43dbced810cdc6100.tar.gz gsoc2013-evolution-3e0962231032ae53af4310b43dbced810cdc6100.tar.zst gsoc2013-evolution-3e0962231032ae53af4310b43dbced810cdc6100.zip |
** Fixes bug #542587
2008-07-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542587
* shell/e-shell-window.c: Use new EOnlineButton widget.
* widgets/misc/e-online-button.c:
* widgets/misc/e-online-button.h:
New widget implements the online/offline button used in the main
window. The button just maintains an "online" flag and displays
the appropriate button image for the flag.
svn path=/trunk/; revision=35777
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 3649c5b274..3ba40553ab 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2008-07-20 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #542587 + + * e-online-button.c: + * e-online-button.h: + New widget implements the online/offline button used in the main + window. The button just maintains an "online" flag and displays + the appropriate button image for the flag. + 2008-17-14 Paolo Borelli <pborelli@katamail.com> ** Fix for bug #542889 |