]> git.pld-linux.org Git - packages/epiphany.git/blame - epiphany-gecko-1_8_1-fix.patch
- release 20 (xulrunner 1.8.1.14)
[packages/epiphany.git] / epiphany-gecko-1_8_1-fix.patch
CommitLineData
e1638793 1diff -ur epiphany-2.14.3.orig/embed/mozilla/EphySidebar.cpp epiphany-2.14.3/embed/mozilla/EphySidebar.cpp
2--- epiphany-2.14.3.orig/embed/mozilla/EphySidebar.cpp 2007-01-03 18:28:25.000000000 +0100
3+++ epiphany-2.14.3/embed/mozilla/EphySidebar.cpp 2007-01-03 18:29:38.000000000 +0100
4@@ -103,7 +107,7 @@
5 return NS_OK;
6 }
7
8-#ifdef HAVE_GECKO_1_8_1
9+#ifdef HAVE_GECKO_1_9
10
11 /* void addMicrosummaryGenerator (in string generatorURL); */
12 NS_IMETHODIMP
13@@ -112,4 +116,4 @@
14 return NS_ERROR_NOT_IMPLEMENTED;
15 }
16
17-#endif /* HAVE_GECKO_1_8_1 */
18+#endif /* HAVE_GECKO_1_9 */
This page took 0.094402 seconds and 4 git commands to generate.