diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 1 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 1 | ||||
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 701ac54da..bf80fbe11 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -35,7 +35,6 @@ ephy_stock_icons_init (void) static const GtkStockItem items[] = { { EPHY_STOCK_HISTORY, N_("History"), 0, 0, NULL }, - { EPHY_STOCK_BOOKMARK, N_("Bookmark"), 0, 0, NULL }, { EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL } }; diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 585dc47f6..75be9abdd 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -30,7 +30,6 @@ G_BEGIN_DECLS /* Custom Epiphany named icons */ #define EPHY_STOCK_HISTORY "history-view" -#define EPHY_STOCK_BOOKMARK "bookmark-web" #define EPHY_STOCK_BOOKMARKS "bookmark-view" void ephy_stock_icons_init (void); diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 0e26f3271..495ad7830 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -1099,7 +1099,7 @@ extracell_data_func (GtkCellLayout *cell_layout, if (is_bookmark) g_object_set (cell, - "stock-id", EPHY_STOCK_BOOKMARK, + "icon-name", "user-bookmarks-symbolic", NULL); g_value_init (&visible, G_TYPE_BOOLEAN); |