From b39fbcf7b7c248bf2ab04d5ff86d17780194ae5d Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 15 Nov 2008 10:08:35 +0000 Subject: Add eye icon from gimp to hide/show layers. 2008-11-15 Carlos Garcia Campos * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/eye.png: * shell/ev-stock-icons.[ch]: Add eye icon from gimp to hide/show layers. svn path=/trunk/; revision=3267 --- diff --git a/ChangeLog b/ChangeLog index 255a0e4..eb4bfdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-11-15 Carlos Garcia Campos + * data/icons/22x22/actions/Makefile.am: + * data/icons/22x22/actions/eye.png: + * shell/ev-stock-icons.[ch]: + + Add eye icon from gimp to hide/show layers. + +2008-11-15 Carlos Garcia Campos + * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/Makefile.am: diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am index 8c5c684..e50e35b 100644 --- a/data/icons/22x22/actions/Makefile.am +++ b/data/icons/22x22/actions/Makefile.am @@ -5,6 +5,7 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ + eye.png \ view-page-continuous.png \ view-page-facing.png \ zoom.png \ diff --git a/data/icons/22x22/actions/eye.png b/data/icons/22x22/actions/eye.png new file mode 100644 index 0000000..32f278c --- /dev/null +++ b/data/icons/22x22/actions/eye.png Binary files differ diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c index 003253c..e1049c9 100644 --- a/shell/ev-stock-icons.c +++ b/shell/ev-stock-icons.c @@ -43,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"} }; /** diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h index 752f1c8..2e7f21b 100644 --- a/shell/ev-stock-icons.h +++ b/shell/ev-stock-icons.h @@ -37,6 +37,7 @@ G_BEGIN_DECLS #define EV_STOCK_ROTATE_LEFT "object-rotate-left" #define EV_STOCK_ROTATE_RIGHT "object-rotate-right" #define EV_STOCK_RUN_PRESENTATION "x-office-presentation" +#define EV_STOCK_VISIBLE "eye" void ev_stock_icons_init (void); -- cgit v0.9.1