X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-stock-icons.c;h=e1049c973d5520ceb56bebbfc7fdae62bb528e50;hb=b2ad055bb54dd89f3e8748302cfbd5c6f746d6a4;hp=09536ca709c749f284a7438ce7a60e2f98edb9d3;hpb=3e7d5f82187c7fc0d8515c1706aeab0bd0b44dfd;p=evince.git diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c index 09536ca7..e1049c97 100644 --- a/shell/ev-stock-icons.c +++ b/shell/ev-stock-icons.c @@ -22,11 +22,12 @@ */ #include -#include "ev-stock-icons.h" #include #include +#include "ev-stock-icons.h" + typedef struct { char *stock_id; char *icon; @@ -42,6 +43,7 @@ static const EvStockIcon stock_icons [] = { { EV_STOCK_ROTATE_LEFT, "object-rotate-left"}, { EV_STOCK_ROTATE_RIGHT, "object-rotate-right"}, { EV_STOCK_RUN_PRESENTATION, "x-office-presentation"}, + { EV_STOCK_VISIBLE, "eye"} }; /**