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

Modified Files:
        MessageCC.cpp 
Log Message:
updates after Profile interface changes

Index: MessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MessageCC.cpp,v
retrieving revision 1.142
retrieving revision 1.143
diff -b -u -2 -r1.142 -r1.143
--- MessageCC.cpp       12 Jul 2003 18:57:44 -0000      1.142
+++ MessageCC.cpp       29 Aug 2003 00:10:01 -0000      1.143
@@ -149,8 +149,8 @@
 
    m_Profile = profile;
-   if(m_Profile)
+   if(!m_Profile)
+      m_Profile = mApplication->GetProfile();
+
       m_Profile->IncRef();
-   else
-      m_Profile = Profile::CreateEmptyProfile();
 
    // move \n --> \r\n convention



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