Revision: 7299
http://mahogany.svn.sourceforge.net/mahogany/?rev=7299&view=rev
Author: vadz
Date: 2007-07-27 13:54:05 -0700 (Fri, 27 Jul 2007)
Log Message:
-----------
cast message template kind to int explicitly when saving it to wxConfig (fixes
compilation with the latest wx svn)
Modified Paths:
--------------
trunk/M/src/gui/wxTemplateDialog.cpp
Modified: trunk/M/src/gui/wxTemplateDialog.cpp
===================================================================
--- trunk/M/src/gui/wxTemplateDialog.cpp 2007-07-21 22:54:33 UTC (rev
7298)
+++ trunk/M/src/gui/wxTemplateDialog.cpp 2007-07-27 20:54:05 UTC (rev
7299)
@@ -959,7 +959,7 @@
wxConfigBase *config = wxConfigBase::Get();
if ( config )
{
- config->Write(GetEditKindPath(), GetTemplateKind());
+ config->Write(GetEditKindPath(), (int)GetTemplateKind());
}
return true;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates