Ignore:
Timestamp:
May 15, 2014, 7:53:54 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/cleanconfig.cpp

    r154 r163  
    2121
    2222        s = config_path + "/ytcode.script";
     23        if (QFile::exists(s)) files_to_delete << s;
     24
     25        s = config_path + "/yt.js";
    2326        if (QFile::exists(s)) files_to_delete << s;
    2427
Note: See TracChangeset for help on using the changeset viewer.