git-svn-id: svn://db.shs.com.ru/pip@752 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -379,7 +379,7 @@ PIDir PIDir::current() {
|
||||
if (getcwd(rc, 1024) == 0) return PIString();
|
||||
return PIDir(rc);
|
||||
# else
|
||||
return PIDir();
|
||||
return PIDir("/spiffs");
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "file_manager.h"
|
||||
#include "shared.h"
|
||||
|
||||
extern PIScreen screen;
|
||||
//extern PIScreen * screen;
|
||||
|
||||
|
||||
FileManager::TileDir::TileDir(): TileList() {
|
||||
@@ -227,7 +227,7 @@ void FileManager::TileDir::resizeEvent(int w, int h) {
|
||||
|
||||
FileManager::FileManager() {
|
||||
setName("FileManager");
|
||||
CONNECTU(&screen, keyPressed, this, keyEvent)
|
||||
//CONNECTU(screen, keyPressed, this, keyEvent)
|
||||
//dir.setDir("/home/peri4/Documents");
|
||||
TileSimple * tl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user