aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-online-button.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-12/+9
| | | | svn path=/trunk/; revision=36313
* ** Fixes bug #547411Matthew Barnes2008-08-151-8/+12
| | | | | | | | | | | | | | | | | | | | | | | 2008-08-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #547411 * data/icons/hicolor_status_32x32_online.png: * data/icons/hicolor_status_32x32_online.svg: * data/icons/hicolor_status_32x32_offline.png: * data/icons/hicolor_status_32x32_offline.svg: New, Tangoized versions of the old "art" images. * art/online.png: * art/offline.png: These are now obsolete. Remove them. * widgets/misc/e-online-button.c (e_online_button_set_online): The button icons are themed now but still oblong. Load the icons by filename so GTK+ doesn't scale them. svn path=/trunk/; revision=35995
* ** Fixes bug #542587Matthew Barnes2008-07-211-0/+194
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