Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20076/src/classes
Modified Files:
MessageView.cpp
Log Message:
message view was always using the options of the folder it was initially opened with
and not of the current folder; fixed now
Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.154
retrieving revision 1.155
diff -b -u -2 -r1.154 -r1.155
--- MessageView.cpp 14 Jul 2004 18:20:56 -0000 1.154
+++ MessageView.cpp 16 Jul 2004 11:14:51 -0000 1.155
@@ -3071,4 +3071,12 @@
{
// use the settings for this folder now
+ if ( m_profile )
+ m_profile->DecRef();
+
+ m_profile = m_asyncFolder->GetProfile();
+
+ if ( m_profile )
+ m_profile->IncRef();
+
UpdateProfileValues();
}
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates