/[terminal]/terminal/PreferencesWindowController.m
ViewVC logotype

Diff of /terminal/PreferencesWindowController.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by alexm, Mon Feb 24 20:27:55 2003 UTC revision 1.10 by alexm, Tue Jul 8 13:43:58 2003 UTC
# Line 233  of the License. See COPYING or main.m fo Line 233  of the License. See COPYING or main.m fo
233          [super forwardInvocation: i];          [super forwardInvocation: i];
234  }  }
235    
236    -(NSMethodSignature *) methodSignatureForSelector: (SEL)sel
237    {
238            NSMethodSignature *ms;
239    
240            ms=[super methodSignatureForSelector: sel];
241            if (ms)
242                    return ms;
243    
244            ms=[current methodSignatureForSelector: sel];
245            return ms;
246    }
247    
248  @end  @end
249    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26