Author: hawk Date: Wed Jan 3 18:28:59 2007 GMT Module: SOURCES Tag: AC-branch ---- Log message: - fix compilation error with gecko 1.8.1
---- Files affected: SOURCES: epiphany-gecko-1_8_1-fix.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/epiphany-gecko-1_8_1-fix.patch diff -u /dev/null SOURCES/epiphany-gecko-1_8_1-fix.patch:1.1.2.1 --- /dev/null Wed Jan 3 19:28:59 2007 +++ SOURCES/epiphany-gecko-1_8_1-fix.patch Wed Jan 3 19:28:54 2007 @@ -0,0 +1,18 @@ +diff -ur epiphany-2.14.3.orig/embed/mozilla/EphySidebar.cpp epiphany-2.14.3/embed/mozilla/EphySidebar.cpp +--- epiphany-2.14.3.orig/embed/mozilla/EphySidebar.cpp 2007-01-03 18:28:25.000000000 +0100 ++++ epiphany-2.14.3/embed/mozilla/EphySidebar.cpp 2007-01-03 18:29:38.000000000 +0100 +@@ -103,7 +107,7 @@ + return NS_OK; + } + +-#ifdef HAVE_GECKO_1_8_1 ++#ifdef HAVE_GECKO_1_9 + + /* void addMicrosummaryGenerator (in string generatorURL); */ + NS_IMETHODIMP +@@ -112,4 +116,4 @@ + return NS_ERROR_NOT_IMPLEMENTED; + } + +-#endif /* HAVE_GECKO_1_8_1 */ ++#endif /* HAVE_GECKO_1_9 */ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
