From cd8f7aba55618b1a7ffef945e0cb5030e6db50af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Sun, 16 Apr 2017 11:02:50 +0300 Subject: [PATCH] UI|Home: Problems selecting WAD folders in GNOME IssueID #2223 --- doomsday/apps/client/src/ui/home/nogamescolumnwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/apps/client/src/ui/home/nogamescolumnwidget.cpp b/doomsday/apps/client/src/ui/home/nogamescolumnwidget.cpp index ca27da02b4..7e61efa034 100644 --- a/doomsday/apps/client/src/ui/home/nogamescolumnwidget.cpp +++ b/doomsday/apps/client/src/ui/home/nogamescolumnwidget.cpp @@ -69,7 +69,7 @@ void NoGamesColumnWidget::browseForDataFiles() App::config().gets("resource.iwadFolder", "")); dlg.setFileMode(QFileDialog::Directory); dlg.setReadOnly(true); - dlg.setNameFilter("*.wad"); + //dlg.setNameFilter("*.wad"); dlg.setLabelText(QFileDialog::Accept, tr("Select")); bool reload = false; if (dlg.exec())