wok-6.x diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/midori/stuff/midori-websettings.patch	Sat Jan 16 23:23:38 2010 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +--- midori/midori-websettings.c	Tue Dec 15 22:34:29 2009
     1.5 ++++ midori/midori-websettings.c	Sun Jan  3 17:20:25 2010
     1.6 +@@ -596,13 +596,12 @@
     1.7 +                                      MIDORI_STARTUP_LAST_OPEN_PAGES,
     1.8 +                                      flags));
     1.9 + 
    1.10 +-    g_object_class_install_property (gobject_class,
    1.11 +                                      PROP_HOMEPAGE,
    1.12 +                                      g_param_spec_string (
    1.13 +                                      "homepage",
    1.14 +                                      _("Homepage:"),
    1.15 +                                      _("The homepage"),
    1.16 +-                                     "http://www.google.com",
    1.17 ++                                     "file:///usr/share/webhome/index.html",
    1.18 +                                      flags));
    1.19 + 
    1.20 +     /**