[3.0] update dependencies of yelp (mozilla out, libunique webkit, yelp-xsl in)
[jhbuild.git] / patches / scrollkeeper_empty_url_string.patch
blob98f5a26d8e90f4f064bc5e13c0f89499cd1a0333
1 --- scrollkeeper-0.3.14/libs/install.c.old 2006-08-27 15:16:42.000000000 -0600
2 +++ scrollkeeper-0.3.14/libs/install.c 2006-08-27 15:00:23.000000000 -0600
3 @@ -255,7 +255,7 @@
6 docpath = get_doc_property(node, "identifier", "url");
7 - if (docpath == NULL)
8 + if (docpath == NULL || *docpath == '\0')
9 continue;
11 /* add to scrollkeeper_docs */