[epiphany/wip/bookmarks: 28/76] Remove redundant gtk_add_resource_path () calls



commit 45daa4050380e67f298ee05076c78e8857e0a7bb
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 9ab767f..d1e12fe 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -699,9 +699,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]