/[gnustep]/gnustep/usr-apps/gworkspace/Viewers/BrowserViewer/BrowserViewer.m
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/Viewers/BrowserViewer/BrowserViewer.m

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

revision 1.3 by esersale, Fri Sep 26 10:25:38 2003 UTC revision 1.4 by esersale, Mon Sep 29 13:20:29 2003 UTC
# Line 139  if (rct.size.height < 0) rct.size.height Line 139  if (rct.size.height < 0) rct.size.height
139          browser = [[Browser2 alloc] initWithBasePath: rootPath          browser = [[Browser2 alloc] initWithBasePath: rootPath
140                                                                                                                          visibleColumns: columns                                                                                                                          visibleColumns: columns
141                                       styleMask: style                                       styleMask: style
142                                                                                                                                            delegate: self                                                                                                                                            delegate: self];
                                     remoteHost: nil];  
143                                                                                    
144    [browser setAutoresizingMask: NSViewWidthSizable | NSViewHeightSizable];        [browser setAutoresizingMask: NSViewWidthSizable | NSViewHeightSizable];    
145    [self addSubview: browser];      [self addSubview: browser];  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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