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

Add: libsasl, libsasl-modules.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 16 23:23:38 2010 +0100 (2010-01-16)
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 /**