comparison dwtx/jface/text/DefaultUndoManager.d @ 137:25170b5a8951

Regex this.outer change
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:22:48 +0200
parents 65801ad2b265
children b6bad70d540a
comparison
equal deleted inserted replaced
136:6dcb0baaa031 137:25170b5a8951
507 * @since 3.1 507 * @since 3.1
508 */ 508 */
509 protected bool attemptCommit() { 509 protected bool attemptCommit() {
510 pretendCommit(); 510 pretendCommit();
511 if (isValid()) { 511 if (isValid()) {
512 DefaultUndoManager.this.commit(); 512 this.outer.commit();
513 return true; 513 return true;
514 } 514 }
515 return false; 515 return false;
516 } 516 }
517 517