Chameleon Applications

Chameleon Applications Commit Details

Date:2010-02-16 15:08:12 (14 years 2 months ago)
Author:DieBuche
Commit:113
Parents: 112
Message:Renaming untitled part. before we check for boot-files...
Changes:
M/trunk/ChameleonPrefPane/Sources/ShellProcess.cpp

File differences

trunk/ChameleonPrefPane/Sources/ShellProcess.cpp
156156
157157
158158
159
159160
160161
161162
......
175176
176177
177178
178
179179
180180
181181
std::replace(fsType, fsType+strlen(fsType), '_', ' ' );
partInfo.fsType(fsType);
if (partInfo.label().size()==0) partInfo.label("Untitled");
std::string diskLabel(trim(label));
bool found=false;
if (found) //check if one of them exists
{
if (partInfo.label().size()==0) partInfo.label("Untitled");
if(_hiddenParts.length()==0 ||
_hiddenParts.find(partInfo.toHdStr()) == std::string::npos)
_partList.push_back(partInfo);

Archive Download the corresponding diff file

Revision: 113