Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv1332/src/classes

Modified Files:
        ComposeTemplate.cpp 
Log Message:
implemented collective reply/forward

Index: ComposeTemplate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/ComposeTemplate.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -u -2 -r1.31 -r1.32
--- ComposeTemplate.cpp 29 Apr 2002 15:30:45 -0000      1.31
+++ ComposeTemplate.cpp 13 May 2002 00:27:39 -0000      1.32
@@ -478,5 +478,7 @@
    {
       // update the current x and y position
-      // FIXME: this supposes that there is no autowrap - is it true?
+      //
+      // TODO: this supposes that there is no autowrap, to be changed if/when
+      //       it appears
       int deltaX = 0, deltaY = 0;
       for ( const char *pc = text.c_str(); *pc; pc++ )
@@ -550,5 +552,5 @@
    // position the cursor - if RememberCursorPosition() hadn't been called, it
    // will be put in (0, 0)
-   cv.MoveCursorTo(m_x, m_y);
+   cv.MoveCursorBy(m_x, m_y);
 
    // as the inserted text comes from the program, not from the user, don't


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to