From d23ea3a0980348851ed78b3b03181dccbbb0f576 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 22 Jun 2009 21:31:42 +0200 Subject: [PATCH] Add STOCK_WEB_BROWSER to the stock items --- midori/midori-stock.h | 1 + midori/sokoke.c | 1 + 2 files changed, 2 insertions(+) diff --git a/midori/midori-stock.h b/midori/midori-stock.h index 3b8436e8..2ee090d0 100644 --- a/midori/midori-stock.h +++ b/midori/midori-stock.h @@ -25,6 +25,7 @@ #define STOCK_EXTENSION "extension" #define STOCK_EXTENSIONS "extension" #define STOCK_HISTORY "document-open-recent" +#define STOCK_WEB_BROWSER "web-browser" #define STOCK_NEWS_FEED "news-feed" #define STOCK_STYLE "gnome-settings-theme" #define STOCK_STYLES "gnome-settings-theme" diff --git a/midori/sokoke.c b/midori/sokoke.c index 46277671..f3bab36c 100644 --- a/midori/sokoke.c +++ b/midori/sokoke.c @@ -850,6 +850,7 @@ sokoke_register_stock_items (void) { { STOCK_EXTENSION, NULL, 0, 0, GTK_STOCK_CONVERT }, { STOCK_IMAGE, NULL, 0, 0, GTK_STOCK_ORIENTATION_PORTRAIT }, + { STOCK_WEB_BROWSER, NULL, 0, 0, "gnome-web-browser" }, { STOCK_NEWS_FEED, NULL, 0, 0, GTK_STOCK_INDEX }, { STOCK_SCRIPT, NULL, 0, 0, GTK_STOCK_EXECUTE }, { STOCK_STYLE, NULL, 0, 0, GTK_STOCK_SELECT_COLOR },