Kaydet (Commit) 2ee42eec authored tarafından Szymon Kłos's avatar Szymon Kłos

clear string (cached url) in correct place

Change-Id: Ib7ff8200b768ef3a2a50c42f0ebf165185cfeeba
üst cdb4867b
...@@ -75,12 +75,12 @@ void FolderTree::FillTreeEntry( SvTreeListEntry* pEntry ) ...@@ -75,12 +75,12 @@ void FolderTree::FillTreeEntry( SvTreeListEntry* pEntry )
} }
} }
} }
} else
else {
{ // this dir was updated recently
// this dir was updated recently // next time read this remote folder
// next time read this remote folder m_sLastUpdatedDir = "";
m_sLastUpdatedDir = ""; }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment