summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/kdesvnfilelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/kdesvnfilelist.cpp')
-rw-r--r--src/svnfrontend/kdesvnfilelist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/kdesvnfilelist.cpp b/src/svnfrontend/kdesvnfilelist.cpp
index 30c3a5c..bb966a4 100644
--- a/src/svnfrontend/kdesvnfilelist.cpp
+++ b/src/svnfrontend/kdesvnfilelist.cpp
@@ -656,7 +656,7 @@ bool kdesvnfilelist::checkDirs(const TQString&_what,FileListViewItem * _parent)
// prevent this from checking unversioned folder. FIXME: what happen when we do open url on a non-working-copy folder??
if (!isWorkingCopy()|| (!_parent) || ((_parent) && (_parent->isVersioned()))) {
if (!m_SvnWrapper->maketqStatus(what,dlist,m_pList->m_remoteRevision) ) {
- kdDebug() << "unable maketqStatus" <<endl;
+ kdDebug() << "unable makeStatus" <<endl;
return false;
}
} else {
@@ -667,7 +667,7 @@ bool kdesvnfilelist::checkDirs(const TQString&_what,FileListViewItem * _parent)
m_SvnWrapper->getaddedItems(what,neweritems);
dlist+=neweritems;
bool ownupdates = true;
- //kdDebug() << "maketqStatus on " << what << " created: " << dlist.count() << "items" <<endl;
+ //kdDebug() << "makeStatus on " << what << " created: " << dlist.count() << "items" <<endl;
if (isUpdatesEnabled()) {
viewport()->setUpdatesEnabled(false);