Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv32482/src/gui
Modified Files:
wxSpamOptions.cpp
Log Message:
Fix for crash when opening spam options dialog
Index: wxSpamOptions.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxSpamOptions.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- wxSpamOptions.cpp 14 Sep 2003 22:04:03 -0000 1.2
+++ wxSpamOptions.cpp 15 Sep 2003 16:14:22 -0000 1.3
@@ -207,5 +207,5 @@
void DeleteProfile(Profile *profile);
- size_t ConfigEntryCount() const { return ms_count; }
+ size_t ConfigEntryCount() const { return ms_count+1; }
ConfigValueDefault *m_configValues;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates