Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv2949/src/gui

Modified Files:
        wxFolderView.cpp 
Log Message:
1. moved the URL highlighting and quote level detection logic to a separate
   view filter
2. view filters now get a pointer to the associated MessageView


Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.618
retrieving revision 1.619
diff -b -u -2 -r1.618 -r1.619
--- wxFolderView.cpp    30 Nov 2002 00:54:45 -0000      1.618
+++ wxFolderView.cpp    1 Dec 2002 00:27:34 -0000       1.619
@@ -1373,5 +1373,5 @@
    const int n = event.GetId() - TglButton_First;
 
-   CHECK_RET( n >= 0 && (size_t)n < m_namesViewers.GetCount(),
+   CHECK_RET( n >= 0 && (size_t)n < m_namesFilters.GetCount(),
               _T("invalid filter toggled?") );
 



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to