wok-next view midori/stuff/midori-websettings.patch @ rev 4973

add/improve TAGS t* receipts
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 24 12:13:18 2010 +0000 (2010-02-24)
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 /**