Author: rmottola
Date: Sat Nov  7 19:41:06 2015
New Revision: 39159

URL: http://svn.gna.org/viewcvs/gnustep?rev=39159&view=rev
Log:
fix path where thumbnails are removed in

Modified:
    apps/gworkspace/trunk/GWorkspace/FileViewer/GWViewer.m

Modified: apps/gworkspace/trunk/GWorkspace/FileViewer/GWViewer.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/FileViewer/GWViewer.m?rev=39159&r1=39158&r2=39159&view=diff
==============================================================================
--- apps/gworkspace/trunk/GWorkspace/FileViewer/GWViewer.m      (original)
+++ apps/gworkspace/trunk/GWorkspace/FileViewer/GWViewer.m      Sat Nov  7 
19:41:06 2015
@@ -1579,9 +1579,9 @@
 {
   NSString *path;
 
-  path = [baseNode path];
+  path = [[nodeView shownNode] path];
   NSLog(@"remove thumbnails in: %@", path);
-    if (path)
+  if (path)
     {
       Thumbnailer *t;
       


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to