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 /art | |
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 'art')
-rw-r--r-- | art/ChangeLog | 9 | ||||
-rw-r--r-- | art/Makefile.am | 2 | ||||
-rw-r--r-- | art/offline.png | bin | 640 -> 0 bytes | |||
-rw-r--r-- | art/online.png | bin | 547 -> 0 bytes |
4 files changed, 9 insertions, 2 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 71bc919db2..5548a03715 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,12 @@ +2008-08-14 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #547411 + + * online.png: + * offline.png: + New, Tangoized versions of these images now live in data/icons. + Remove them from here. + 2008-07-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #542125 diff --git a/art/Makefile.am b/art/Makefile.am index 193be3576c..2a22e6bf8b 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,6 +1,4 @@ images_DATA = \ - offline.png \ - online.png \ world_map-960.png \ plus.png \ minus.png diff --git a/art/offline.png b/art/offline.png Binary files differdeleted file mode 100644 index 57bdd27be2..0000000000 --- a/art/offline.png +++ /dev/null diff --git a/art/online.png b/art/online.png Binary files differdeleted file mode 100644 index 9a6a3980c2..0000000000 --- a/art/online.png +++ /dev/null |