Fix empty filenames for Google Docs

pull/40/head
Ben L 2012-07-03 13:42:16 -05:00
parent f35a346a0f
commit 06bf4fe58d
1 changed files with 9 additions and 9 deletions

View File

@ -192,7 +192,7 @@ bool Entry::IsRemoved() const
std::string Entry::Name() const
{
return m_kind == "folder" ? m_title : m_filename ;
return m_kind == "file" ? m_filename : m_title ;
}
} // end of namespace