Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Attempt to fix broken parent navigation (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiankidd committed Oct 14, 2016
1 parent d82c41b commit 23a0eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcloneExplorer/rcloneExplorer.Core.ExploreHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void lstExplorer_MouseDoubleClick(object sender, MouseEventArgs e)
//populate lstview with new directory contents
lblLoading.Visible = true;
lblLoading.Refresh();
populatelstExplorer(iniSettings.Read("rcloneRemote") + ":\"" + rcloneExplorer.remoteCD + "/\"");
populatelstExplorer(iniSettings.Read("rcloneRemote") + ":\"" + rcloneExplorer.remoteCD + "\"");
lblLoading.Visible = false;
}
else
Expand Down

0 comments on commit 23a0eb3

Please sign in to comment.