Some more fun with tabs

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1966 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-05-02 08:36:57 +00:00
parent 6b3f8929c7
commit 99f1efc843
37 changed files with 275 additions and 277 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ void CTemplate::RemovePath(const CString& sPath) {
for (list<pair<CString, bool> >::iterator it = m_lsbPaths.begin(); it != m_lsbPaths.end(); ++it) {
if (it->first == sPath) {
m_lsbPaths.remove(*it);
RemovePath(sPath); // @todo probably shouldn't use recursion, being lazy
RemovePath(sPath); // @todo probably shouldn't use recursion, being lazy
return;
}
}