diff options
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 1 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-ui.c | 1 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 2 |
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); |