diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-22 15:26:52 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-06-25 18:33:32 +0800 |
commit | 74ab4a3a9802006edd99e21e85e688593bce93be (patch) | |
tree | 62f4595511e2af8b59079e5c5c9a84786b865af9 /embed/ephy-web-view.h | |
parent | 00ed0403c66295790677fa5a67af8d625da35ab2 (diff) | |
download | gsoc2013-epiphany-74ab4a3a9802006edd99e21e85e688593bce93be.tar.gz gsoc2013-epiphany-74ab4a3a9802006edd99e21e85e688593bce93be.tar.zst gsoc2013-epiphany-74ab4a3a9802006edd99e21e85e688593bce93be.zip |
ephy-web-view: status message should be const
In both ephy_web_view_set_link_message() and
ephy_embed_utils_link_message_parse().
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 398285a3e..194e0faeb 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -146,7 +146,7 @@ const char * ephy_web_view_get_status_message (EphyWebView const char * ephy_web_view_get_link_message (EphyWebView *view); gboolean ephy_web_view_get_visibility (EphyWebView *view); void ephy_web_view_set_link_message (EphyWebView *view, - char *link_message); + const char *link_message); void ephy_web_view_set_security_level (EphyWebView *view, EphyWebViewSecurityLevel level); void ephy_web_view_set_visibility (EphyWebView *view, |