diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-03-20 23:55:31 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-03-21 16:48:45 +0800 |
commit | 733bf55779c282c38fc654c53c6875a50886712a (patch) | |
tree | d172402985d3045a604135f7c273ad01b6ae5822 /lib/widgets/ephy-hosts-store.h | |
parent | e1b810ce01cfe4dc240b6eac34c5ebc43a58dd58 (diff) | |
download | gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.tar gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.tar.gz gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.tar.bz2 gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.tar.lz gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.tar.xz gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.tar.zst gsoc2013-epiphany-733bf55779c282c38fc654c53c6875a50886712a.zip |
ephy-history-window: add back the favicons
Use the new webkit favicon database for favicons here. This
might not work perfectly, but that's a webkitgtk issue, see
https://bugs.webkit.org/show_bug.cgi?id=81665
https://bugzilla.gnome.org/show_bug.cgi?id=672480
Diffstat (limited to 'lib/widgets/ephy-hosts-store.h')
-rw-r--r-- | lib/widgets/ephy-hosts-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-hosts-store.h b/lib/widgets/ephy-hosts-store.h index 40502e8a0..98886fec8 100644 --- a/lib/widgets/ephy-hosts-store.h +++ b/lib/widgets/ephy-hosts-store.h @@ -44,6 +44,7 @@ typedef enum { EPHY_HOSTS_STORE_COLUMN_TITLE, EPHY_HOSTS_STORE_COLUMN_ADDRESS, EPHY_HOSTS_STORE_COLUMN_VISIT_COUNT, + EPHY_HOSTS_STORE_COLUMN_FAVICON, EPHY_HOSTS_STORE_N_COLUMNS } EphyHostsStoreColumn; |