]> www.fi.muni.cz Git - evince.git/commitdiff
Add eye icon from gimp to hide/show layers.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 15 Nov 2008 10:08:35 +0000 (10:08 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sat, 15 Nov 2008 10:08:35 +0000 (10:08 +0000)
2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>

* 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

ChangeLog
data/icons/22x22/actions/Makefile.am
data/icons/22x22/actions/eye.png [new file with mode: 0644]
shell/ev-stock-icons.c
shell/ev-stock-icons.h

index 255a0e43885a692490283adf69d58f71d3a0e814..eb4bfdc80de2f7cfbdc93e10cad874993b59e3df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
 
        * configure.ac:
index 8c5c684ca5d3f9a542c3bc3c3a31be0139ef53dc..e50e35be4655ebf0fc223125618ed29aa974fb43 100644 (file)
@@ -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 (file)
index 0000000..32f278c
Binary files /dev/null and b/data/icons/22x22/actions/eye.png differ
index 003253cb0552ec9c2c700ecfa751fae579178d9b..e1049c973d5520ceb56bebbfc7fdae62bb528e50 100644 (file)
@@ -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"}
 };
 
 /**
index 752f1c825cd64ad2bd7b84d065e069be8d99b8a3..2e7f21b29a628d91717372067a1d6d892361c9f5 100644 (file)
@@ -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);