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

Diff of /gnustep/usr-apps/gworkspace/GWorkspace/GWorkspace.m

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

revision 1.17 by esersale, Sat Oct 4 14:45:18 2003 UTC revision 1.18 by esersale, Sun Oct 5 09:49:20 2003 UTC
# Line 1470  NSLocalizedString(@"OK", @""), nil, nil) Line 1470  NSLocalizedString(@"OK", @""), nil, nil)
1470    [notifObj setObject: @"" forKey: @"source"];      [notifObj setObject: @"" forKey: @"source"];  
1471    [notifObj setObject: basePath forKey: @"destination"];            [notifObj setObject: basePath forKey: @"destination"];        
1472    [notifObj setObject: [NSArray arrayWithObjects: fileName, nil] forKey: @"files"];        [notifObj setObject: [NSArray arrayWithObjects: fileName, nil] forKey: @"files"];    
   [notifObj setObject: [NSArray arrayWithObjects: fileName, nil] forKey: @"origfiles"];  
1473    
1474          [[NSNotificationCenter defaultCenter]          [[NSNotificationCenter defaultCenter]
1475                                   postNotificationName: GWFileSystemWillChangeNotification                                   postNotificationName: GWFileSystemWillChangeNotification
# Line 1554  NSLocalizedString(@"OK", @""), nil, nil) Line 1553  NSLocalizedString(@"OK", @""), nil, nil)
1553          [notifObj setObject: basePath forKey: @"source"];                [notifObj setObject: basePath forKey: @"source"];      
1554          [notifObj setObject: basePath forKey: @"destination"];            [notifObj setObject: basePath forKey: @"destination"];  
1555          [notifObj setObject: [NSArray arrayWithObjects: path, nil] forKey: @"files"];            [notifObj setObject: [NSArray arrayWithObjects: path, nil] forKey: @"files"];  
         [notifObj setObject: [NSArray arrayWithObjects: path, nil] forKey: @"origfiles"];        
1556    
1557                  [[NSNotificationCenter defaultCenter]                  [[NSNotificationCenter defaultCenter]
1558                                           postNotificationName: GWFileSystemWillChangeNotification                                           postNotificationName: GWFileSystemWillChangeNotification

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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