diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-15 04:37:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-15 04:37:38 +0800 |
commit | 31ab3e7713d0613e6bd1cbb1610fed82cc53ddb8 (patch) | |
tree | d810a8e224fb47b35a2add66b583ef9a257d296c /data/icons/Makefile.am | |
parent | 09ccc1cdd7af0a5f4dfa7ed0d10d3fc463920f79 (diff) | |
download | gsoc2013-evolution-31ab3e7713d0613e6bd1cbb1610fed82cc53ddb8.tar.gz gsoc2013-evolution-31ab3e7713d0613e6bd1cbb1610fed82cc53ddb8.tar.zst gsoc2013-evolution-31ab3e7713d0613e6bd1cbb1610fed82cc53ddb8.zip |
** Fixes bug #547411
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
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r-- | data/icons/Makefile.am | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index b78d0c1510..2035d151bb 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -25,11 +25,11 @@ public_icons = \ $(NULL) private_icons = \ - hicolor_apps_16x16_contact-editor.png \ - hicolor_apps_22x22_contact-editor.png \ - hicolor_apps_24x24_contact-editor.png \ - hicolor_apps_32x32_contact-editor.png \ - hicolor_apps_48x48_contact-editor.png \ + hicolor_apps_16x16_contact-editor.png \ + hicolor_apps_22x22_contact-editor.png \ + hicolor_apps_24x24_contact-editor.png \ + hicolor_apps_32x32_contact-editor.png \ + hicolor_apps_48x48_contact-editor.png \ hicolor_actions_16x16_folder-copy.png \ hicolor_actions_16x16_folder-move.png \ hicolor_actions_16x16_mail-copy.png \ @@ -79,6 +79,8 @@ private_icons = \ hicolor_places_24x24_mail-inbox.png \ hicolor_places_24x24_mail-outbox.png \ hicolor_places_24x24_mail-sent.png \ + hicolor_status_32x32_offline.png \ + hicolor_status_32x32_online.png \ $(NULL) noinst_DATA = \ @@ -105,6 +107,8 @@ noinst_DATA = \ hicolor_places_22x22_mail-inbox.svg \ hicolor_places_22x22_mail-outbox.svg \ hicolor_places_22x22_mail-sent.svg \ + hicolor_status_32x32_offline.svg \ + hicolor_status_32x32_online.svg \ $(NULL) EXTRA_DIST = \ |