diff options
author | Xan Lopez <xan@igalia.com> | 2012-07-19 02:25:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-07-19 02:25:16 +0800 |
commit | 0d2bf5c588b97ae99ea38bb876f9f80249611821 (patch) | |
tree | f95cd211aba5776944b98e0a864dcd51a25c3dac /embed | |
parent | 10f4eef8321f857a6d305d1368877fcd0112e12c (diff) | |
download | gsoc2013-epiphany-0d2bf5c588b97ae99ea38bb876f9f80249611821.tar.gz gsoc2013-epiphany-0d2bf5c588b97ae99ea38bb876f9f80249611821.tar.zst gsoc2013-epiphany-0d2bf5c588b97ae99ea38bb876f9f80249611821.zip |
ephy-web-view: get rid of gtk-doc warning
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 737c233c9..7298d3908 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1186,7 +1186,7 @@ title_changed_cb (WebKitWebView *web_view, /** * Sets the view location to be address. Note that this function might - * also set the typed-address property to %NULL. + * also set the typed-address property to NULL. */ static void ephy_web_view_set_address (EphyWebView *view, |