Revert "libede:FileSystemBox: complete migration of previewPictures support code...
[ede] / libede / src / FileSystemBox.ec
index 8a4fad1..550dd3f 100644 (file)
@@ -495,6 +495,8 @@ public:
          delete path;
          if(value && value[0])
             path = CopyString(value);
+         if(locationBox)
+            locationBox.path = value;
          if(created)
             Load();
       }
@@ -535,6 +537,8 @@ public:
       }
    }
 
+   PathBox locationBox;
+
    void Select(FileSystemNode node)
    {
       if(node.row)
@@ -556,6 +560,11 @@ public:
       return null;
    }
 
+   void Refresh()
+   {
+      Load();
+   }
+
 private:
    FileSystemBoxBits bits;