From 4a4919248d8e72bbe1fb5ca950cc99c8bb734061 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Sat, 10 Sep 2011 03:29:20 -0400 Subject: [PATCH 1/1] libede:FileSystemBox: added updating of path in supplied PathBox locationBox --- libede/src/FileSystemBox.ec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 8a4fad1..b880c75 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -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) -- 1.8.3.1