Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-11 17:18:43 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:12:01 (GMT)
commit0329889b62bef5c1a040da92566a22d789e12557 (patch)
tree067c78bd9857e9f910102ecae6d232ff25ddbdcc /libview
parent825bae173d584bf6c32d35cfeb3d979432ca10b7 (diff)
[libview] Add mail-attachment to stock-icons
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-stock-icons.c3
-rw-r--r--libview/ev-stock-icons.h1
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);