fixed regression in main tool bar title (not being shown)

This commit is contained in:
Luis Ángel San Martín
2014-12-10 16:24:04 +01:00
parent 0236bcdbbc
commit c4022cf9bd
3 changed files with 15 additions and 0 deletions

View File

@ -43,6 +43,8 @@ void YACReaderNavigationController::selectedFolder(const QModelIndex &mi)
}
loadFolderInfo(modelIndex);
libraryWindow->setToolbarTitle(modelIndex);
}
void YACReaderNavigationController::reselectCurrentFolder()
@ -202,6 +204,8 @@ void YACReaderNavigationController::selectedList(const QModelIndex &mi)
}
loadListInfo(modelIndex);
libraryWindow->setToolbarTitle(modelIndex);
}
void YACReaderNavigationController::reselectCurrentList()