Changeset 711

Show
Ignore:
Timestamp:
07/27/07 01:09:13 (1 year ago)
Author:
Gregor
Message:

*: Segfault fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other/dps/trunk/dsssps/newfile.d

    r708 r711  
    5959 
    6060        // and get rid of this window 
     61        dpsApp.aui.DetachPane(this); 
     62        dpsApp.aui.Update(); 
     63        Show(false); 
    6164        Destroy(); 
    6265    } 
  • other/dps/trunk/dsssps/newsection.d

    r708 r711  
    110110 
    111111        // and get rid of this window 
     112        dpsApp.aui.DetachPane(this); 
     113        dpsApp.aui.Update(); 
     114        Show(false); 
    112115        Destroy(); 
    113116    }