Diff for /np2/macosx/dialog/macnewdisk.cpp between versions 1.5 and 1.6

version 1.5, 2004/01/23 17:37:39 version 1.6, 2004/01/31 19:45:26
Line 84  static pascal OSStatus PrefsTabEventHand Line 84  static pascal OSStatus PrefsTabEventHand
 {  {
     WindowRef   theWindow = (WindowRef)inUserData;  // get the windowRef, passed around as userData          WindowRef   theWindow = (WindowRef)inUserData;  // get the windowRef, passed around as userData    
     short               ret;      short               ret;
     ControlRef  focus;      ControlRef  focus = NULL;
   
     ret = changeTab(theWindow, lastPaneSelected);      ret = changeTab(theWindow, lastPaneSelected);
     if (ret) {      if (ret) {

Removed from v.1.5  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>