summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/impl/doc/doc_lister.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp b/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp
index 8bcf01d..4a491e2 100644
--- a/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp
+++ b/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp
@@ -85,2 +85,3 @@ QStringList Doc_DirLister::files()const {
85 for( ; dit.current(); ++dit) { 85 for( ; dit.current(); ++dit) {
86 if (!(*dit)->isValid()) continue;
86 if (!matchCat((*dit))) continue; 87 if (!matchCat((*dit))) continue;
@@ -157,5 +158,8 @@ void Doc_DirLister::showCategory(int which)
157{ 158{
159 odebug<<"Show cat " << which << oendl;
158 m_catFilter = which==-2?0:which; 160 m_catFilter = which==-2?0:which;
159 setStartPath(""); 161 setStartPath("");
162 odebug<<"Show cat before emit" << oendl;
160 emit sig_reloadDir(); 163 emit sig_reloadDir();
164 odebug<<"Show cat - emit signal finished" << oendl;
161} 165}
@@ -167,2 +171,4 @@ void Doc_DirLister::systemMsg(const QCString &msg, const QByteArray &data)
167 } 171 }
172#if 0
173 // makes big problems on zaurus!
168 QString link; 174 QString link;
@@ -200,2 +206,3 @@ void Doc_DirLister::systemMsg(const QCString &msg, const QByteArray &data)
200 } 206 }
207#endif
201} 208}