From 3e0962231032ae53af4310b43dbced810cdc6100 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 20 Jul 2008 16:37:22 +0000 Subject: ** Fixes bug #542587 2008-07-20 Matthew Barnes ** 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 --- shell/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 9f116e1870..083d4a798d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2008-07-20 Matthew Barnes + + ** Fixes bug #542587 + + * e-shell-window.c: Use new EOnlineButton widget. + 2008-07-19 Tor Lillqvist Bug 543758 - Never mark empty strings for translations -- cgit