diff options
| author | 2009-12-17 22:28:35 +0000 | |
|---|---|---|
| committer | 2009-12-17 22:28:35 +0000 | |
| commit | f2b7a36086b49fc6c3df27925df1bf0fdf3fdf66 (patch) | |
| tree | fc29426d326d78de1e4b825d4f9eb8d554e69010 /src/modules/help/helpwindow.cpp | |
| parent | make gcc happy (diff) | |
| download | KVIrc-f2b7a36086b49fc6c3df27925df1bf0fdf3fdf66.tar.gz KVIrc-f2b7a36086b49fc6c3df27925df1bf0fdf3fdf66.tar.bz2 KVIrc-f2b7a36086b49fc6c3df27925df1bf0fdf3fdf66.zip | |
applied patches, thanks to Kebianizao
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3703 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwindow.cpp')
| -rw-r--r-- | src/modules/help/helpwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
