Update RSS Classes

This commit is contained in:
Nick Tiskov
2013-11-10 23:24:44 +04:00
parent a8e57d3a7e
commit ae8356aae5
4 changed files with 5 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ bool RssDownloadRule::operator==(const RssDownloadRule &other) const {
void RssDownloadRule::setSavePath(const QString &save_path)
{
if (!save_path.isEmpty() && QDir(save_path) != QDir(Preferences().getSavePath()))
m_savePath = save_path;
m_savePath = fsutils::fromNativePath(save_path);
else
m_savePath = QString();
}