diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-04 00:08:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-04 00:11:34 +0800 |
commit | bea26fc30ac9ff3def2d18d237509a18b3829e27 (patch) | |
tree | 5da1657cf6b218587e4df68d7f3acfc1ac95edd8 /embed/ephy-web-view.h | |
parent | 0caf7b0f44349cbfd072cb49dbdc609de317a971 (diff) | |
download | gsoc2013-epiphany-bea26fc30ac9ff3def2d18d237509a18b3829e27.tar.gz gsoc2013-epiphany-bea26fc30ac9ff3def2d18d237509a18b3829e27.tar.zst gsoc2013-epiphany-bea26fc30ac9ff3def2d18d237509a18b3829e27.zip |
Remove homepage preference from GSettings
Hardcode it to be "about:blank". The final step could be completely
remove the rest of the code, but it might be useful for the future
Overview page (if we consider it the new "homepage").
https://bugzilla.gnome.org/show_bug.cgi?id=665469
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 de0392187..6b3559dcc 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -191,7 +191,7 @@ void ephy_web_view_set_loading_title (EphyWebView void ephy_web_view_popups_manager_reset (EphyWebView *view); void ephy_web_view_save (EphyWebView *view, const char *uri); -gboolean ephy_web_view_load_homepage (EphyWebView *view); +void ephy_web_view_load_homepage (EphyWebView *view); char * ephy_web_view_create_web_application (EphyWebView *view, const char *title, GdkPixbuf *icon); |