diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-19 00:18:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-19 00:18:42 +0800 |
commit | 4187293731274274e4283d9039f6e30c95578118 (patch) | |
tree | ab8ce6e6bc9316846097b827157e0f664cf57634 /art | |
parent | 28b28bf057056d2aa28458b322319bf679608ae5 (diff) | |
download | gsoc2013-evolution-4187293731274274e4283d9039f6e30c95578118.tar.gz gsoc2013-evolution-4187293731274274e4283d9039f6e30c95578118.tar.zst gsoc2013-evolution-4187293731274274e4283d9039f6e30c95578118.zip |
Merge revisions 35993:36015 from trunk.
Adapt recent "crash recovery" changes to new architecture.
svn path=/branches/kill-bonobo/; revision=36018
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 |