GImageView is a GTK+ based image viewer which supports tabbed browsing, thumbnail table views, directory tree views and drag and drop. It also support movies using the Xine library and MPlayer, and supports images in compressed archive formats.
Revision | e7bbb9cedc05a82a8e04f7ebc70316f7155455e9 (tree) |
---|---|
Time | 2014-09-05 00:28:50 |
Author | Takuro Ashie <ashie@clea...> |
Commiter | Takuro Ashie |
Fix an install error
up.xpm was duplicated in src/pixmaps/Makefile.am
@@ -40,7 +40,6 @@ default_icon_DATA = \ | ||
40 | 40 | small_up.xpm \ |
41 | 41 | up.xpm \ |
42 | 42 | stop.xpm \ |
43 | - up.xpm \ | |
44 | 43 | zoom.xpm \ |
45 | 44 | zoom_fit.xpm \ |
46 | 45 | zoom_in.xpm \ |