|
Lines 1205-1211
Link Here
|
| 1205 |
{ |
1205 |
{ |
| 1206 |
UStr uppath, filename; |
1206 |
UStr uppath, filename; |
| 1207 |
SplitPath(m_path, uppath, filename); |
1207 |
SplitPath(m_path, uppath, filename); |
| 1208 |
ResetView(uppath, true); |
1208 |
ResetView(uppath.c_str(), true); |
| 1209 |
return 0; |
1209 |
return 0; |
| 1210 |
} |
1210 |
} |
| 1211 |
|
1211 |
|
|
Lines 1886-1892
Link Here
|
| 1886 |
fullpath << (*data)[EntnodeData::kName]; |
1886 |
fullpath << (*data)[EntnodeData::kName]; |
| 1887 |
if(data->GetType() == ENT_SUBDIR) |
1887 |
if(data->GetType() == ENT_SUBDIR) |
| 1888 |
{ |
1888 |
{ |
| 1889 |
ResetView(fullpath, true); |
1889 |
ResetView(fullpath.c_str(), true); |
| 1890 |
} |
1890 |
} |
| 1891 |
else |
1891 |
else |
| 1892 |
{ |
1892 |
{ |