diff options
Diffstat (limited to 'src/tdeiosvn/tdeiolistener.cpp')
-rw-r--r-- | src/tdeiosvn/tdeiolistener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeiosvn/tdeiolistener.cpp b/src/tdeiosvn/tdeiolistener.cpp index 087008c..9f4531d 100644 --- a/src/tdeiosvn/tdeiolistener.cpp +++ b/src/tdeiosvn/tdeiolistener.cpp @@ -104,7 +104,7 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList } /*! the content of that method is taken from the notify in tdeio::svn in KDE SDK */ -/* this moment we don't use it full 'cause not all is made via KIO */ +/* this moment we don't use it full 'cause not all is made via TDEIO */ void KioListener::contextNotify (const char * path,svn_wc_notify_action_t action,svn_node_kind_t kind ,const char * mime_type ,svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state,svn_revnum_t revision) { if (par->wasKilled()) { |