From 6d5d6f014480a55d541d14f613628989f4944b7f Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 19 Oct 2024 16:54:47 -0230 Subject: [PATCH] Match style in surrounding code for FileListWidget. --- src/gui/LauncherDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index ae83ddbb8..2e27a28e3 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -1018,7 +1018,7 @@ void LauncherDialog::handleCommand(CommandSender* sender, int cmd, break; case ListWidget::kParentDirCmd: - myList->sendCommand(ListWidget::kParentDirCmd, 0, 0); + myList->selectParent(); break; case kOptionsCmd: