Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29281/include/gui
Modified Files:
wxComposeView.h
Log Message:
fixed several bugs related to changing identity in the composer window when
replying: don't use message view to get the text to quote now, remember it in
the composer itself once and for all instead
Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.105
retrieving revision 1.106
diff -b -u -2 -r1.105 -r1.106
--- wxComposeView.h 15 Nov 2005 15:22:30 -0000 1.105
+++ wxComposeView.h 12 Feb 2006 16:50:03 -0000 1.106
@@ -318,5 +318,5 @@
The parameter is used only if it is not NULL (which only happens when
we're called directly from InitText()), otherwise the previously
- remembered (by InitText() itself) m_msgviewOrig is used.
+ remembered (by InitText() itself) m_textToQuote is used.
*/
void DoInitText(Message *msgOrig = NULL);
@@ -504,4 +504,7 @@
String m_template;
+ /// the text to be quoted in a reply/followup (may be empty)
+ String m_textToQuote;
+
/// the name of the file we autosaved ourselves to (may be empty)
String m_filenameAutoSave;
@@ -510,7 +513,4 @@
wxFontEncoding m_encoding;
- /// the message view of the original message when replying/forwarding
- const MessageView *m_msgviewOrig;
-
/**
@name external editor support
@@ -582,5 +582,5 @@
const String& templateValue,
Message *msgOriginal,
- const MessageView *msgview = NULL);
+ const String& textToQuote);
/**
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates