diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-16 10:08:03 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-16 10:08:03 +0100 |
commit | b497ec740fa242d71d9c5bb2b168707ac13b001b (patch) | |
tree | 2cb0d01208a09ace9d50268aee25b9f6b3ef58f7 /icons | |
parent | c5f8a36751a164937b6d70c5e0ef2e228213848f (diff) | |
download | abrt-b497ec740fa242d71d9c5bb2b168707ac13b001b.tar.gz abrt-b497ec740fa242d71d9c5bb2b168707ac13b001b.tar.xz abrt-b497ec740fa242d71d9c5bb2b168707ac13b001b.zip |
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
Diffstat (limited to 'icons')
-rw-r--r-- | icons/48/Makefile.am | 11 | ||||
-rw-r--r-- | icons/48/abrt00.png | bin | 0 -> 2791 bytes | |||
-rw-r--r-- | icons/48/abrt01.png | bin | 0 -> 2791 bytes | |||
-rw-r--r-- | icons/48/abrt02.png | bin | 0 -> 2800 bytes | |||
-rw-r--r-- | icons/48/abrt03.png | bin | 0 -> 2707 bytes | |||
-rw-r--r-- | icons/48/abrt04.png | bin | 0 -> 2709 bytes | |||
-rw-r--r-- | icons/48/abrt05.png | bin | 0 -> 2729 bytes | |||
-rw-r--r-- | icons/Makefile.am | 1 |
8 files changed, 12 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..dc24865e --- /dev/null +++ b/icons/48/abrt00.png diff --git a/icons/48/abrt01.png b/icons/48/abrt01.png Binary files differnew file mode 100644 index 00000000..dc24865e --- /dev/null +++ b/icons/48/abrt01.png diff --git a/icons/48/abrt02.png b/icons/48/abrt02.png Binary files differnew file mode 100644 index 00000000..14955826 --- /dev/null +++ b/icons/48/abrt02.png diff --git a/icons/48/abrt03.png b/icons/48/abrt03.png Binary files differnew file mode 100644 index 00000000..cf97a562 --- /dev/null +++ b/icons/48/abrt03.png diff --git a/icons/48/abrt04.png b/icons/48/abrt04.png Binary files differnew file mode 100644 index 00000000..caa6b33b --- /dev/null +++ b/icons/48/abrt04.png diff --git a/icons/48/abrt05.png b/icons/48/abrt05.png Binary files differnew file mode 100644 index 00000000..49c442e5 --- /dev/null +++ b/icons/48/abrt05.png diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 00000000..06e11378 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = 48
\ No newline at end of file |