Comment 3 for bug 309108

Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote :

From IRC:

21:05 < fta> pochu, it is needed, but it can be done differently
21:07 < pochu> fta: how?
21:07 < fta> by telling liferea to load only xul 1.9.0.* and not 1.9*
21:07 < fta> hold on
21:09 < fta> pochu, like this: http://paste.ubuntu.com/87290/
21:11 < fta> pochu, it should even be sent upstream

--- mozilla/mozsupport.cpp.orig 2008-12-17 21:09:12.000000000 +0100
+++ mozilla/mozsupport.cpp 2008-12-17 21:09:29.000000000 +0100
@@ -325,7 +325,7 @@
 {
  static const GREVersionRange greVersion = {
   "1.9a", PR_TRUE,
- "1.9.*", PR_TRUE
+ "1.9.0.*", PR_TRUE
  };
  char xpcomLocation[4096];
  nsresult rv = GRE_GetGREPathWithProperties (&greVersion, 1, nsnull, 0, xpcomLocation, 4096);