Subversion Repositories tpanel

Rev

Rev 245 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 245 Rev 247
Line 2238... Line 2238...
2238
        dir.dropDir(mPath + "/fonts");
2238
        dir.dropDir(mPath + "/fonts");
2239
        dir.dropDir(mPath + "/images");
2239
        dir.dropDir(mPath + "/images");
2240
        dir.dropDir(mPath + "/sounds");
2240
        dir.dropDir(mPath + "/sounds");
2241
    }
2241
    }
2242
 
2242
 
2243
    // To be sure the directory structure exists, we try to create it here
-
 
2244
    createDirectoryStructure();
-
 
2245
    
-
 
2246
    if (!reader.copyOverFTP(surface, target))
2243
    if (!reader.copyOverFTP(surface, target))
2247
    {
2244
    {
2248
        if (TConfig::getFtpDownloadTime() == 0)
2245
        if (TConfig::getFtpDownloadTime() == 0)
-
 
2246
        {
-
 
2247
            createDirectoryStructure();
-
 
2248
            createSystemConfigs();
2249
            createPanelConfigs();
2249
            createPanelConfigs();
-
 
2250
        }
2250
 
2251
 
2251
        return false;
2252
        return false;
2252
    }
2253
    }
2253
 
2254
 
2254
    if (_processEvents)
2255
    if (_processEvents)