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

Modified Files:
        MessageView.cpp 
Log Message:
the initial state of the filter buttonss now corresponds to the initial filter
state


Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -b -u -2 -r1.100 -r1.101
--- MessageView.cpp     29 Nov 2002 02:02:39 -0000      1.100
+++ MessageView.cpp     30 Nov 2002 00:54:45 -0000      1.101
@@ -335,4 +335,9 @@
    CHECK( names && descs, 0, _T("NULL pointer in GetAllAvailablePlugins()") );
 
+   names->Empty();
+   descs->Empty();
+   if ( states )
+      states->Empty();
+
    MModuleListing *listing = MModule::ListAvailableModules(iface);
    if ( !listing )



-------------------------------------------------------
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