Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15858/src/gui
Modified Files:
wxMainFrame.cpp
Log Message:
fix VC++ warning introducedb y last check in
Index: wxMainFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMainFrame.cpp,v
retrieving revision 1.185
retrieving revision 1.186
diff -b -u -2 -r1.185 -r1.186
--- wxMainFrame.cpp 11 Jul 2004 00:46:17 -0000 1.185
+++ wxMainFrame.cpp 11 Jul 2004 13:07:04 -0000 1.186
@@ -781,5 +781,5 @@
static bool s_hasFolder = true;
- bool hasFolder = m_FolderView->GetFolder();
+ bool hasFolder = m_FolderView->GetFolder() != NULL;
if ( hasFolder != s_hasFolder )
{
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates