Update of /cvsroot/mahogany/M/src/modules/viewflt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26825/src/modules/viewflt
Modified Files:
QuoteURL.cpp
Log Message:
replaced wrong READ_CONFIG_BOOL(MP_MVIEW_QUOTED_MAXWHITESPACE) with READ_CONFIG
Index: QuoteURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/QuoteURL.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -u -2 -r1.28 -r1.29
--- QuoteURL.cpp 8 Apr 2006 20:56:02 -0000 1.28
+++ QuoteURL.cpp 8 Apr 2006 21:13:10 -0000 1.29
@@ -193,5 +193,5 @@
READ_CONFIG_BOOL(profile, MP_MVIEW_QUOTED_CYCLE_COLOURS);
options.quotedMaxWhitespace =
- READ_CONFIG_BOOL(profile, MP_MVIEW_QUOTED_MAXWHITESPACE);
+ READ_CONFIG(profile, MP_MVIEW_QUOTED_MAXWHITESPACE);
options.quotedMaxAlpha = READ_CONFIG(profile, MP_MVIEW_QUOTED_MAXALPHA);
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates