aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
authorMario Sanchez Prada <msanchez@gnome.org>2012-12-04 20:31:47 +0800
committerMario Sanchez Prada <msanchez@gnome.org>2012-12-04 19:59:20 +0800
commit922083024453e10d90cc9819bd0bc6896636e780 (patch)
tree13b8957bdfd519e8011e41b5fde57b6151c422d4 /embed/ephy-embed-single.c
parent2de3c05a1976ca1c34a356a9416c674212313108 (diff)
downloadgsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.tar
gsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.tar.gz
gsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.tar.bz2
gsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.tar.lz
gsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.tar.xz
gsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.tar.zst
gsoc2013-epiphany-922083024453e10d90cc9819bd0bc6896636e780.zip
Initialize the favicon database from WebKit2GTK+ as soon as possible.
https://bugzilla.gnome.org/show_bug.cgi?id=679370
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 1e77c5a04..0c36e502c 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -417,7 +417,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single)
char *filename;
char *cookie_policy;
- /* TODO: SoupCache, SSL, favicons */
+ /* TODO: SoupCache, SSL */
web_context = webkit_web_context_get_default ();
/* Store cookies in moz-compatible SQLite format */