From b497ec740fa242d71d9c5bb2b168707ac13b001b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 16 Nov 2009 10:08:03 +0100 Subject: APPLET: changed icon from default gtk-warning to abrt specific, add animation - there were complaints about abrt using standard warning icon, which is confusing, so I changed it to use abrt spefic icon and made it move, to attract user attention --- icons/48/Makefile.am | 11 +++++++++++ icons/48/abrt00.png | Bin 0 -> 2791 bytes icons/48/abrt01.png | Bin 0 -> 2791 bytes icons/48/abrt02.png | Bin 0 -> 2800 bytes icons/48/abrt03.png | Bin 0 -> 2707 bytes icons/48/abrt04.png | Bin 0 -> 2709 bytes icons/48/abrt05.png | Bin 0 -> 2729 bytes 7 files changed, 11 insertions(+) create mode 100644 icons/48/Makefile.am create mode 100644 icons/48/abrt00.png create mode 100644 icons/48/abrt01.png create mode 100644 icons/48/abrt02.png create mode 100644 icons/48/abrt03.png create mode 100644 icons/48/abrt04.png create mode 100644 icons/48/abrt05.png (limited to 'icons/48') diff --git a/icons/48/Makefile.am b/icons/48/Makefile.am new file mode 100644 index 00000000..999f2258 --- /dev/null +++ b/icons/48/Makefile.am @@ -0,0 +1,11 @@ +icondir=${datadir}/icons/hicolor/48x48/apps +icon_DATA = \ + abrt00.png \ + abrt01.png \ + abrt02.png \ + abrt03.png \ + abrt04.png \ + abrt05.png + +EXTRA_DIST = $(icon_DATA) + diff --git a/icons/48/abrt00.png b/icons/48/abrt00.png new file mode 100644 index 00000000..dc24865e Binary files /dev/null and b/icons/48/abrt00.png differ diff --git a/icons/48/abrt01.png b/icons/48/abrt01.png new file mode 100644 index 00000000..dc24865e Binary files /dev/null and b/icons/48/abrt01.png differ diff --git a/icons/48/abrt02.png b/icons/48/abrt02.png new file mode 100644 index 00000000..14955826 Binary files /dev/null and b/icons/48/abrt02.png differ diff --git a/icons/48/abrt03.png b/icons/48/abrt03.png new file mode 100644 index 00000000..cf97a562 Binary files /dev/null and b/icons/48/abrt03.png differ diff --git a/icons/48/abrt04.png b/icons/48/abrt04.png new file mode 100644 index 00000000..caa6b33b Binary files /dev/null and b/icons/48/abrt04.png differ diff --git a/icons/48/abrt05.png b/icons/48/abrt05.png new file mode 100644 index 00000000..49c442e5 Binary files /dev/null and b/icons/48/abrt05.png differ -- cgit