diff options
author | Christian Persch <chpe@stud.uni-saarland.de> | 2003-04-02 02:05:27 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-02 02:05:27 +0800 |
commit | a040bc3b4be4f80ae661b7f2a88c78d29c480e65 (patch) | |
tree | 67ae57490b6403dfe812f983c2353e8fd99e4831 /src/ephy-tab.c | |
parent | 6c25765d7c82c5b529746a5f75322473e8484a65 (diff) | |
download | gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.tar gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.tar.gz gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.tar.bz2 gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.tar.lz gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.tar.xz gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.tar.zst gsoc2013-epiphany-a040bc3b4be4f80ae661b7f2a88c78d29c480e65.zip |
Marco-is-silly-patch. Update to latest version of the favicons patch.
2003-04-01 Christian Persch <chpe@stud.uni-saarland.de>
* src/ephy-tab.c:
* src/ephy-tab.h:
Marco-is-silly-patch. Update to latest version
of the favicons patch.
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 0e7213c26..cc740f11a 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -77,6 +77,9 @@ enum }; static void +ephy_tab_set_favicon (EphyTab *tab, + GdkPixbuf *favicon); +static void ephy_tab_favicon_cb (EphyEmbed *embed, const char *url, EphyTab *tab); @@ -447,7 +450,7 @@ ephy_tab_set_visibility (EphyTab *tab, tab->priv->visibility = visible; } -void +static void ephy_tab_set_favicon (EphyTab *tab, GdkPixbuf *favicon) { |