Changeset 429

Show
Ignore:
Timestamp:
2007-07-09 16:50:08 (18 months ago)
Author:
martinkou
Message:

Fixed #935 : Pressing "Cancel" in About dialog under View Source mode would incorrectly enable toolbar buttons.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckdialog.html

    r153 r429  
    116116function Cancel( dontFireChange ) 
    117117{ 
    118         if ( !dontFireChange ) 
     118        if ( !dontFireChange && !window.dialogArguments.Editor.FCK.EditMode ) 
    119119        { 
    120120                // All dialog windows, by default, will fire the "OnSelectionChange"