wok-6.x view midori/stuff/midori-websettings.patch @ rev 4993

fix: RAM for some get-* pkgs; Add TAGS
author Rohit Joshi <jozee@slitaz.org>
date Thu Feb 25 11:36:19 2010 +0000 (2010-02-25)
parents
children
line source
1 --- midori/midori-websettings.c Tue Dec 15 22:34:29 2009
2 +++ midori/midori-websettings.c Sun Jan 3 17:20:25 2010
3 @@ -596,13 +596,12 @@
4 MIDORI_STARTUP_LAST_OPEN_PAGES,
5 flags));
7 - g_object_class_install_property (gobject_class,
8 PROP_HOMEPAGE,
9 g_param_spec_string (
10 "homepage",
11 _("Homepage:"),
12 _("The homepage"),
13 - "http://www.google.com",
14 + "file:///usr/share/webhome/index.html",
15 flags));
17 /**