[epiphany/wip/bookmarks] Remove redundant gtk_add_resource_path () calls
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/bookmarks] Remove redundant gtk_add_resource_path () calls
- Date: Mon, 8 Aug 2016 14:11:34 +0000 (UTC)
commit 88c5671f942d27f229868cb47f9711be15003330
Author: Iulian Radu <iulian radu67 gmail com>
Date: Mon Aug 8 17:11:26 2016 +0300
Remove redundant gtk_add_resource_path () calls
lib/widgets/ephy-location-entry.c | 3 ---
src/ephy-bookmarks-popover.c | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 274174c..3de1b46 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -625,9 +625,6 @@ ephy_location_entry_construct_contents (EphyLocationEntry *lentry)
LOG ("EphyLocationEntry constructing contents %p", lentry);
- gtk_icon_theme_add_resource_path (gtk_icon_theme_get_default (),
- "/org/gnome/epiphany/icons/");
-
gtk_entry_set_icon_from_icon_name (GTK_ENTRY (entry),
GTK_ENTRY_ICON_SECONDARY,
"ephy-bookmark-empty");
diff --git a/src/ephy-bookmarks-popover.c b/src/ephy-bookmarks-popover.c
index 5eeed3e..59a192e 100644
--- a/src/ephy-bookmarks-popover.c
+++ b/src/ephy-bookmarks-popover.c
@@ -275,9 +275,6 @@ ephy_bookmarks_popover_init (EphyBookmarksPopover *self)
gtk_widget_init_template (GTK_WIDGET (self));
- gtk_icon_theme_add_resource_path (gtk_icon_theme_get_default (),
- "/org/gnome/epiphany/icons/");
-
group = g_simple_action_group_new ();
g_action_map_add_action_entries (G_ACTION_MAP (group), entries,
G_N_ELEMENTS (entries), self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]