Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv21249/include/gui

Modified Files:
        wxFolderView.h wxMDialogs.h 
Log Message:
code reorganization: nothing really changed but plenty of things moved around so that 
MailFolder.h contains only MailFolder class and nothing else; some unused code/classes 
removed completely

Index: wxFolderView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxFolderView.h,v
retrieving revision 1.137
retrieving revision 1.138
diff -b -u -2 -r1.137 -r1.138
--- wxFolderView.h      2 Jul 2002 21:21:45 -0000       1.137
+++ wxFolderView.h      4 Jul 2002 17:22:36 -0000       1.138
@@ -298,5 +298,5 @@
 
       /// how to show the size
-      MessageSizeShow showSize;
+      long /* MessageSizeShow */ showSize;
 
       /// do we have focus-follow enabled?

Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -b -u -2 -r1.100 -r1.101
--- wxMDialogs.h        15 Jun 2002 11:42:54 -0000      1.100
+++ wxMDialogs.h        4 Jul 2002 17:22:37 -0000       1.101
@@ -34,4 +34,6 @@
 class MPersMsgBox;
 
+struct SearchCriterium;
+
 class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxStaticText;
@@ -366,5 +368,5 @@
 extern
 bool
-ConfigureSearchMessages(class SearchCriterium *crit,
+ConfigureSearchMessages(SearchCriterium *crit,
                         Profile *profile,
                         wxWindow *parent);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to