diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-22 22:40:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-22 22:40:38 +0800 |
commit | 06d1cd34d39fe9943ee3d3922412b3dd3794da86 (patch) | |
tree | f443a426fa64ed69bd542a6c0a12470f1d149e57 /src/bookmarks | |
parent | c835d9f34b984d00708ca7a61bddeb4ce98ca9e7 (diff) | |
download | gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.gz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.bz2 gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.lz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.xz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.zst gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.zip |
Use icon theme icon for add bookmark
2003-11-22 Marco Pesenti Gritti <marco@gnome.org>
* data/art/Makefile.am:
* data/art/epiphany-bookmark-page.png:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct):
* src/ephy-history-window.c:
* src/ephy-window.c:
Use icon theme icon for add bookmark
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-new-bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c index 642c073b3..3d9df6e7e 100644 --- a/src/bookmarks/ephy-new-bookmark.c +++ b/src/bookmarks/ephy-new-bookmark.c @@ -260,7 +260,7 @@ ephy_new_bookmark_construct (EphyNewBookmark *editor) gtk_window_set_title (GTK_WINDOW (editor), _("Add Bookmark")); icon = gtk_widget_render_icon (GTK_WIDGET (editor), - EPHY_STOCK_BOOKMARK_PAGE, + STOCK_ADD_BOOKMARK, GTK_ICON_SIZE_MENU, NULL); gtk_window_set_icon (GTK_WINDOW (editor), icon); |