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

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

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

revision 1.2 by esersale, Mon Aug 25 17:19:14 2003 UTC revision 1.3 by esersale, Tue Sep 30 15:38:05 2003 UTC
# Line 26  Line 26 
26  #include <Foundation/Foundation.h>  #include <Foundation/Foundation.h>
27  #include <AppKit/AppKit.h>  #include <AppKit/AppKit.h>
28    #ifdef GNUSTEP    #ifdef GNUSTEP
29    #include "GWLib.h"
30  #include "GWFunctions.h"  #include "GWFunctions.h"
31  #include "GWNotifications.h"  #include "GWNotifications.h"
32    #else    #else
33    #include <GWorkspace/GWLib.h>
34  #include <GWorkspace/GWFunctions.h>  #include <GWorkspace/GWFunctions.h>
35  #include <GWorkspace/GWNotifications.h>  #include <GWorkspace/GWNotifications.h>
36    #endif    #endif
# Line 530  Line 532 
532    
533  - (void)setWatcherForPath:(NSString *)path  - (void)setWatcherForPath:(NSString *)path
534  {  {
535          [gw addWatcherForPath: path];          [GWLib addWatcherForPath: path];
536  }  }
537    
538  - (void)unsetWatchers  - (void)unsetWatchers
# Line 544  Line 546 
546    
547  - (void)unsetWatcherForPath:(NSString *)path  - (void)unsetWatcherForPath:(NSString *)path
548  {  {
549          [gw removeWatcherForPath: path];          [GWLib removeWatcherForPath: path];
550  }  }
551    
552  - (void)makePositions  - (void)makePositions

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

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