eog/art/Makefile.am
Claudio Saavedra e646237f61 Remove the icons.
2006-11-10  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * art/Makefile.am: Remove the icons.
        * art/stock-rotate-180-16.png:
        * art/stock-rotate-270-16.png:
        * art/stock-rotate-90-16.png:
        * art/stock-flip-horizontal-16.png:
        * art/stock-flip-vertical-16.png:
        * shell/eog-gtk-ui.xml: Remove rotate 180 degrees action.
        * shell/eog-window.c: (eog_window_construct_ui): Remove custom
        icon factory.

        Use stock icons for rotate and flip actions. (Fixes bug #305823). Patch
        from Luca Ferreti <elle.uca@libero.it>.
2006-11-10 21:43:47 +00:00

11 lines
177 B
Makefile

iconsdir = $(datadir)/pixmaps/eog
icons_DATA = \
orient-horizontal.png \
orient-vertical.png \
down-right.png \
right-down.png \
loading.png
EXTRA_DIST = $(icons_DATA)