aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-01-15 23:09:46 +0800
committerXan Lopez <xan@gnome.org>2010-01-15 23:09:46 +0800
commit589e0fa8cf257346c1f089fa84fd96733381d89f (patch)
tree2646359969c16910f4625bbd0ac2fb5386b9d512 /lib
parenta2f561ae50fc74eed94f6eb7d9102c74caab8b49 (diff)
downloadgsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.tar
gsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.tar.gz
gsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.tar.bz2
gsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.tar.lz
gsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.tar.xz
gsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.tar.zst
gsoc2013-epiphany-589e0fa8cf257346c1f089fa84fd96733381d89f.zip
Show again favicon column in URL completion dropdown
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-location-entry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index f36b3346d..0f0c5f216 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -1253,13 +1253,11 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry,
g_signal_connect_after (completion, "action-activated",
G_CALLBACK (action_activated_after_cb), entry);
-#if 0
cell = gtk_cell_renderer_pixbuf_new ();
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (completion),
cell, FALSE);
gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (completion),
cell, "pixbuf", favicon_col);
-#endif
cell = gtk_cell_renderer_text_new ();
g_object_set (cell,