diff options
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index cf347893c..1f0381091 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -466,8 +466,6 @@ editable_changed_cb (GtkEditable *editable, g_regex_unref (quote_regex); } - update_favicon (entry); - g_signal_emit (entry, signals[USER_CHANGED], 0); } @@ -1253,16 +1251,11 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry, g_signal_connect_after (completion, "action-activated", G_CALLBACK (action_activated_after_cb), entry); - /* FIXME: this works fine, but the favicons seem to be - * added-removed the view constantly, and the visual effect is - * very ugly */ -#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, |