diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-19 18:57:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-19 19:00:07 +0800 |
commit | 6f392c8adacd186ac9895d44f64543e59cef8925 (patch) | |
tree | 081a053f7e0cdf2e27072276d1b20961dff80c8b | |
parent | bf99966390e344166336746fd821561fc8064b7d (diff) | |
download | gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.tar gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.tar.gz gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.tar.bz2 gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.tar.lz gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.tar.xz gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.tar.zst gsoc2013-empathy-6f392c8adacd186ac9895d44f64543e59cef8925.zip |
user-extended-away has been renamed to user-idle.svg
-rw-r--r-- | data/icons/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 72d1b3955..c0836245d 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -179,7 +179,7 @@ private_icons = \ hicolor_status_scalable_user-available.svg \ hicolor_status_scalable_user-away.svg \ hicolor_status_scalable_user-busy.svg \ - hicolor_status_scalable_user-extended-away.svg \ + hicolor_status_scalable_user-idle.svg \ hicolor_status_scalable_user-offline.svg \ hicolor_status_scalable_empathy-pending.svg \ $(NULL) |