[evince] [libview] Add mail-attachment to stock-icons



commit 0329889b62bef5c1a040da92566a22d789e12557
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sun Jul 11 19:18:43 2010 +0200

    [libview] Add mail-attachment to stock-icons

 libview/ev-stock-icons.c |    3 ++-
 libview/ev-stock-icons.h |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c
index 9089193..5bbcbbf 100644
--- a/libview/ev-stock-icons.c
+++ b/libview/ev-stock-icons.c
@@ -46,7 +46,8 @@ static const EvStockIcon stock_icons [] = {
 	{ EV_STOCK_RESIZE_SE,        "resize-se"},
 	{ EV_STOCK_RESIZE_SW,        "resize-sw"},
 	{ EV_STOCK_CLOSE,            "close"},
-	{ EV_STOCK_INVERTED_COLORS,  "stock_filters-invert"}
+	{ EV_STOCK_INVERTED_COLORS,  "stock_filters-invert"},
+	{ EV_STOCK_ATTACHMENT,       "mail-attachment"}
 };
 
 static gchar *ev_icons_path;
diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h
index 15db3f8..96ec26f 100644
--- a/libview/ev-stock-icons.h
+++ b/libview/ev-stock-icons.h
@@ -46,6 +46,7 @@ G_BEGIN_DECLS
 #define EV_STOCK_RESIZE_SW              "resize-sw"
 #define EV_STOCK_CLOSE                  "close"
 #define EV_STOCK_INVERTED_COLORS        "inverted"
+#define EV_STOCK_ATTACHMENT             "mail-attachment"
 
 void ev_stock_icons_init       (void);
 void ev_stock_icons_shutdown   (void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]