From e435a10d44dfed0705a5703b406c854a1208821e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 1 Sep 2009 00:05:36 -0500 Subject: ephy-web-view: use custom error pages Show nice error pages instead of WebKitGTK+'s defaults. Bug #592667 --- lib/ephy-file-helpers.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index b5a174b41..9e591365b 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -276,10 +276,12 @@ ephy_file (const char *filename) SHARE_UNINSTALLED_DIR "/", SHARE_UNINSTALLED_DIR "/glade/", SHARE_UNINSTALLED_DIR "/art/", + SHARE_UNINSTALLED_DIR "/pages/", #endif SHARE_DIR "/", SHARE_DIR "/glade/", - SHARE_DIR "/art/" + SHARE_DIR "/art/", + SHARE_DIR "/pages/" }; g_assert (files != NULL); -- cgit v1.2.3