summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/slave/slavereciever.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/slave/slavereciever.cpp b/noncore/graphics/opie-eye/slave/slavereciever.cpp
index fb88873..941a5df 100644
--- a/noncore/graphics/opie-eye/slave/slavereciever.cpp
+++ b/noncore/graphics/opie-eye/slave/slavereciever.cpp
@@ -95,4 +95,5 @@ void SlaveReciever::recieveAnswer( const QCString& string, const QByteArray& ar)
if ( string == "thumbInfo(QString)" ) {
stream >> inf.file;
+ inf.kind = false;
m_inList.append(inf);
}else if ( string == "thumbInfos(QStringList)" ) {
@@ -101,4 +102,5 @@ void SlaveReciever::recieveAnswer( const QCString& string, const QByteArray& ar)
owarn << "Adding thumbinfo for file "+ *it << oendl;
inf.file = (*it);
+ inf.kind = false;
m_inList.append(inf);
}