summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-15 23:02:04 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-15 23:02:04 +0100
commit01f3879b647e69684ef8cbcc53f44b2c9b7b5df8 (patch)
tree52d332866e4d87fd6dda1d7ebf133d1007683271 /frontends/gtk/toolbar.c
parent44f3846727d35ab17be3f779caa4a33548cdc152 (diff)
downloadnetsurf-01f3879b647e69684ef8cbcc53f44b2c9b7b5df8.tar.gz
netsurf-01f3879b647e69684ef8cbcc53f44b2c9b7b5df8.tar.bz2
Move favicon from url entry widget to notebook tab label
Diffstat (limited to 'frontends/gtk/toolbar.c')
-rw-r--r--frontends/gtk/toolbar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c
index d5510f41e..d1b129afd 100644
--- a/frontends/gtk/toolbar.c
+++ b/frontends/gtk/toolbar.c
@@ -472,10 +472,6 @@ nsgtk_toolbar_make_widget(struct nsgtk_scaffolding *g,
return NULL;
}
- nsgtk_entry_set_icon_from_pixbuf(entry,
- GTK_ENTRY_ICON_PRIMARY,
- favicon_pixbuf);
-
gtk_container_add(GTK_CONTAINER(w), entry);
gtk_tool_item_set_expand(GTK_TOOL_ITEM(w), TRUE);
break;