aboutsummaryrefslogtreecommitdiff
path: root/src/header.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/header.cc')
-rw-r--r--src/header.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/header.cc b/src/header.cc
index 69e0742..58d1700 100644
--- a/src/header.cc
+++ b/src/header.cc
@@ -170,7 +170,7 @@ void Header::updateMenus() {
delVersion->signal_clicked().connect([version, this]() {
menuMenu.popdown();
std::vector<std::string> toDel {version};
- this->mods->uninstallMods(toDel);
+ libbible::uninstallMod(version);
reader->refresh();
updateButtons();
updateMenus();
@@ -199,7 +199,6 @@ void Header::updateMenus() {
void Header::showMods() {
window->remove();
window->add(*this->mods);
- //this->mods->displayMain();
window->show_all_children();
}