diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-27 05:32:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-30 00:40:25 +0800 |
commit | 055f30c63b2dfb3149461a1c80ddbc814fddd6c3 (patch) | |
tree | 2d1ece93e976c872d1184ff1280130a1916f7575 | |
parent | 96736f384be1553851e16789d65b7a1f5a641dd4 (diff) | |
download | gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.tar gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.tar.gz gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.tar.bz2 gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.tar.lz gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.tar.xz gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.tar.zst gsoc2013-evolution-055f30c63b2dfb3149461a1c80ddbc814fddd6c3.zip |
One more fix of the icon installation
-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 a222addb65..7433214d18 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -136,7 +136,7 @@ stock_private_icons = \ hicolor_actions_48x48_stock_new-24h-appointment.png \ hicolor_actions_48x48_stock_new-meeting.png \ hicolor_actions_48x48_stock_notes.png \ - hicolor_actions_48x48_stock_people.png + hicolor_actions_48x48_stock_people.png \ hicolor_actions_48x48_stock_timezone.png \ hicolor_actions_48x48_stock_todo.png \ hicolor_status_16x16_stock_check-filled.png \ |