aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 08:06:45 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 08:06:45 +0800
commit9af155fcc487ea8e75541c8c93707e1c5aa30f58 (patch)
treeaa1616f77237abc85a29448d52557bc94e27d671 /src
parent518eb4b4c4c088d709d80b7d2d98cbd68c960e2c (diff)
downloadgsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.gz
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.bz2
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.lz
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.xz
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.zst
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.zip
Remove EPHY_STOCK_BOOKMARK
Use the symbolic icon for the completion entry, I'm sure Lapo will approve.
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index af7d6375f..1dde8eee1 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -27,7 +27,6 @@
#include "ephy-topics-entry.h"
#include "ephy-topics-palette.h"
#include "ephy-node-common.h"
-#include "ephy-stock-icons.h"
#include "ephy-debug.h"
#include "ephy-shell.h"
#include "ephy-state.h"
@@ -503,7 +502,6 @@ ephy_bookmark_properties_constructor (GType type,
properties = EPHY_BOOKMARK_PROPERTIES (object);
priv = properties->priv;
- gtk_window_set_icon_name (window, EPHY_STOCK_BOOKMARK);
gtk_window_set_type_hint (window, GDK_WINDOW_TYPE_HINT_DIALOG);
g_signal_connect (properties, "response",