-rw-r--r-- | noncore/apps/dagger/opentextdlg.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/dagger/opentextdlg.cpp b/noncore/apps/dagger/opentextdlg.cpp index f7893a9..8c94a4b 100644 --- a/noncore/apps/dagger/opentextdlg.cpp +++ b/noncore/apps/dagger/opentextdlg.cpp @@ -61,6 +61,8 @@ OpenTextDlg::OpenTextDlg( QWidget *parent, sword::SWMgr *swordMgr, QPixmap *bibl for ( it = swordMgr->Modules.begin(); it != swordMgr->Modules.end(); it++ ) { + if ( it->second ) + { type = it->second->Type(); if ( type == "Biblical Texts" ) { @@ -81,6 +83,7 @@ OpenTextDlg::OpenTextDlg( QWidget *parent, sword::SWMgr *swordMgr, QPixmap *bibl parent->insertItem( new QListViewItem( parent, QString::null, it->first.c_str() ) ); } } + } m_textList.sort(); } |