comparison configure.in @ 91:d063f97503b7

Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net> * gqview.h, main.c (window_set_icon): Change to use inline pixbufs instead of xpms. * collect.c, img-view.c, layout.c, preferences.c: Use new icons. * pixbuf_util.[ch]: Add new icons. * icons/Makefile.am: Update generated inline pixbufs. * icons/collect.xpm, icons/config.xpm, icons/icon.xpm, icons/tools.xpm, icons/view.xpm: Remove old xpm icons. * icons/gqview_icon.png, icons/icon_book.png, icons/icon_config.png, icons/icon_tools.png, icons/icon_view.png: The new icons in png format. * icons/svg/*.svg: Add svg sources for icons, they are not used or anything, but this way I can not misplace them again.
author gqview
date Wed, 01 Nov 2006 17:47:14 +0000
parents 56f62cdde8e0
children 3c0eeb66ce1b
comparison
equal deleted inserted replaced
90:dc3c77d027e6 91:d063f97503b7
37 37
38 AC_OUTPUT([ 38 AC_OUTPUT([
39 Makefile 39 Makefile
40 src/Makefile 40 src/Makefile
41 src/icons/Makefile 41 src/icons/Makefile
42 src/icons/svg/Makefile
42 po/Makefile.in 43 po/Makefile.in
43 doc/Makefile 44 doc/Makefile
44 gqview.spec 45 gqview.spec
45 ]) 46 ])
46 47