From b503cf31550e1efebe0b7cc920f1395f31c6e97b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 27 Jan 2012 11:18:11 +0100 Subject: Get rid of EPHY_STOCK_EPHY In 99% of the cases we were using it for gtk_window_set_icon_name, which does nothing in GNOME 3. In the couple of valid use cases, just use "web-browser" directly. --- src/bookmarks/ephy-bookmark-action.c | 1 - src/bookmarks/ephy-bookmarks-ui.c | 1 - src/bookmarks/ephy-bookmarks.c | 2 -- 3 files changed, 4 deletions(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 1c09b875c..29c568486 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -29,7 +29,6 @@ #include "ephy-favicon-cache.h" #include "ephy-gui.h" #include "ephy-shell.h" -#include "ephy-stock-icons.h" #include "ephy-string.h" #include diff --git a/src/bookmarks/ephy-bookmarks-ui.c b/src/bookmarks/ephy-bookmarks-ui.c index 8cfe15057..382fe498c 100644 --- a/src/bookmarks/ephy-bookmarks-ui.c +++ b/src/bookmarks/ephy-bookmarks-ui.c @@ -39,7 +39,6 @@ #include "ephy-prefs.h" #include "ephy-settings.h" #include "ephy-shell.h" -#include "ephy-stock-icons.h" #include "ephy-string.h" #include "ephy-topic-action-group.h" #include "ephy-topic-action.h" diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 1cd51e639..3c796b8d9 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -36,7 +36,6 @@ #include "ephy-prefs.h" #include "ephy-settings.h" #include "ephy-signal-accumulator.h" -#include "ephy-stock-icons.h" #include #include @@ -447,7 +446,6 @@ redirect_cb (EphyHistory *history, gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_REJECT); gtk_window_set_title (GTK_WINDOW (dialog), _("Update Bookmark?")); - gtk_window_set_icon_name (GTK_WINDOW (dialog), EPHY_STOCK_EPHY); g_object_set_data_full (G_OBJECT (dialog), UPDATE_URI_DATA_KEY, g_strdup (to_uri), (GDestroyNotify) g_free); -- cgit v1.2.3