From f2b7a36086b49fc6c3df27925df1bf0fdf3fdf66 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Thu, 17 Dec 2009 22:28:35 +0000 Subject: applied patches, thanks to Kebianizao git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3703 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/help/helpwindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/help/helpwindow.cpp') diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp index da01bf24d..8dfeefe09 100644 --- a/src/modules/help/helpwindow.cpp +++ b/src/modules/help/helpwindow.cpp @@ -61,7 +61,6 @@ KviHelpWindow::KviHelpWindow(KviFrame * lpFrm,const char * name) } else { g_pDocIndex->makeIndex(); g_pDocIndex->writeDict(); - g_pDocIndex->writeDocumentList(); } g_bIndexingDone=TRUE; } @@ -141,7 +140,6 @@ void KviHelpWindow::refreshIndex() m_pIndexListWidget->clear(); g_pDocIndex->makeIndex(); g_pDocIndex->writeDict(); - g_pDocIndex->writeDocumentList(); g_bIndexingDone=TRUE; QStringList docList=g_pDocIndex->titlesList(); m_pIndexListWidget->addItems(docList); -- cgit v1.3.1-10-gc9f91