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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 39fb6dee..4d11eae4 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,8 @@ AC_CONFIG_FILES([ src/CLI/Makefile inc/Makefile po/Makefile.in + icons/Makefile + icons/48/Makefile ]) AC_OUTPUT |