Closed GoogleCodeExporter closed 8 years ago
You can download the source of chmsee,
edit src/components/gecko-utils.cpp.
change
183 static const GREVersionRange greVersion = {
184 "1.9a", PR_TRUE,
185 "2.0.*", PR_TRUE,
186 };
To:
183 static const GREVersionRange greVersion = {
184 //"1.9a", PR_TRUE,
185 "2.0.*", PR_TRUE,
186 "5.0.*", PR_TRUE
187 };
Original comment by yanjing...@gmail.com
on 29 Jun 2011 at 11:13
thanks,all is ok.
but need install chmlib-devel.i686
Original comment by rabbitby...@gmail.com
on 29 Jun 2011 at 2:05
Thanks!
Original comment by jungl...@gmail.com
on 16 Jul 2011 at 12:29
Original issue reported on code.google.com by
rabbitby...@gmail.com
on 26 Jun 2011 at 11:50