From 9af155fcc487ea8e75541c8c93707e1c5aa30f58 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 27 Jan 2012 01:06:45 +0100 Subject: Remove EPHY_STOCK_BOOKMARK Use the symbolic icon for the completion entry, I'm sure Lapo will approve. --- src/bookmarks/ephy-bookmark-properties.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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", -- cgit v1.2.3