[haiku-webkit-commits] r572 - webkit/trunk/WebKit/haiku/WebPositive

  • From: noreply@xxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Fri, 7 Jan 2011 22:07:10 +0100 (CET)

Author: leavengood
Date: Fri Jan  7 22:07:08 2011
New Revision: 572
URL: http://webpositive.haiku-os.org/changeset/572

Log:
Use the loader page in the settings directory which handles the case when no
welcome page is installed (such as nightlies.)

To do: not hard-coding the settings directory.

Fixes Haiku bug #6869.

Modified:
   webkit/trunk/WebKit/haiku/WebPositive/SettingsKeys.cpp

Modified: webkit/trunk/WebKit/haiku/WebPositive/SettingsKeys.cpp
==============================================================================
--- webkit/trunk/WebKit/haiku/WebPositive/SettingsKeys.cpp      Fri Jan  7 
15:51:32 2011        (r571)
+++ webkit/trunk/WebKit/haiku/WebPositive/SettingsKeys.cpp      Fri Jan  7 
22:07:08 2011        (r572)
@@ -43,7 +43,7 @@
 
 const char* kDefaultDownloadPath = "/boot/home/Desktop/";
 const char* kDefaultStartPageURL
-       = "file:///boot/system/documentation/welcome/welcome_en.html";
+       = "file:///boot/home/config/settings/WebPositive/LoaderPages/Welcome";
 const char* kDefaultSearchPageURL = "http://www.google.com";;
 
 const char* kSettingsKeyUseProxy = "use http proxy";

Other related posts:

  • » [haiku-webkit-commits] r572 - webkit/trunk/WebKit/haiku/WebPositive - noreply