| 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) { |