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

Modified Files:
        wxMessageView.h 
Log Message:
use separate temp profile for standalone message views to avoid modifying main folder 
options while using them

Index: wxMessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMessageView.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -b -u -2 -r1.89 -r1.90
--- wxMessageView.h     18 Sep 2003 16:30:44 -0000      1.89
+++ wxMessageView.h     7 Oct 2003 22:48:44 -0000       1.90
@@ -40,8 +40,14 @@
 {
 public:
-   /** Constructor
+   /**
+      Constructor
+
        @param parent parent window
+      @param folderView associated folder view (may be NULL if standalone)
+      @param profile our profile (may be NULL if not standalone)
    */
-   wxMessageView(wxWindow *parent, FolderView *folderView = NULL);
+   wxMessageView(wxWindow *parent,
+                 FolderView *folderView = NULL,
+                 Profile *profile = NULL);
 
    /// Destructor



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to