Revision: 7212
          http://svn.sourceforge.net/mahogany/?rev=7212&view=rev
Author:   vadz
Date:     2007-01-18 06:24:13 -0800 (Thu, 18 Jan 2007)

Log Message:
-----------
fixed off by 1 error in address expansion on TAB

Modified Paths:
--------------
    trunk/M/src/gui/AddressExpander.cpp

Property Changed:
----------------
    trunk/M/src/gui/AddressExpander.cpp

Modified: trunk/M/src/gui/AddressExpander.cpp
===================================================================
--- trunk/M/src/gui/AddressExpander.cpp 2007-01-10 01:22:12 UTC (rev 7211)
+++ trunk/M/src/gui/AddressExpander.cpp 2007-01-18 14:24:13 UTC (rev 7212)
@@ -106,7 +106,6 @@
 
    // preserve the part before the address start
    String textBefore;
-   start++;
    textBefore.assign(text, 0, start);
    text.erase(0, start);
    text.Trim(false /* from left */);


Property changes on: trunk/M/src/gui/AddressExpander.cpp
___________________________________________________________________
Name: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to