diff options
author | jsc@umbraculum.org <jsc@umbraculum.org> | 2013-04-26 09:41:56 +0200 |
---|---|---|
committer | jsc@umbraculum.org <jsc@umbraculum.org> | 2013-04-26 09:41:56 +0200 |
commit | 37907b2ab820bdd2f9abe27ed978b453dcffb9af (patch) | |
tree | d9db06f38ef3fa966de05e20119544164f4de391 | |
parent | 40f83859f72da8c7d59d06c977151a29235acf29 (diff) |
Re-added functionality of setPath.
-rw-r--r-- | plugingui/filebrowser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc index b981c58..9a0521a 100644 --- a/plugingui/filebrowser.cc +++ b/plugingui/filebrowser.cc @@ -268,7 +268,7 @@ static bool isDir(std::string d) void GUI::FileBrowser::setPath(std::string path) { -// prv->dir->setPath(path); + prv->dir->setPath(path); /* std::string dir; if(prv->dir->isDir()) { |