aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 18:18:11 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 18:18:11 +0800
commitb503cf31550e1efebe0b7cc920f1395f31c6e97b (patch)
treefa9721525378f8e88aa4409577e6f74a98f3ed3c /src/bookmarks
parent6bda078417b917696fef7d8fe028391837ad5966 (diff)
downloadgsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.gz
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.bz2
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.lz
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.xz
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.zst
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.zip
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.
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmark-action.c1
-rw-r--r--src/bookmarks/ephy-bookmarks-ui.c1
-rw-r--r--src/bookmarks/ephy-bookmarks.c2
3 files changed, 0 insertions, 4 deletions
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 <glib/gi18n.h>
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 <string.h>
#include <glib/gi18n.h>
@@ -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);