From bc9712cfb34a891a64bd28b76df0f9f4e5d01513 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Jan 2013 18:45:21 +0300 Subject: Fix server type dropdown in new server dialog. --- src/gui/widgets/popuplist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/popuplist.h') diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index d1f49bf5c..3e3c44449 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -39,7 +39,8 @@ class PopupList final : public Popup, { public: PopupList(DropDown *const widget, - gcn::ListModel *const listModel, bool extended); + gcn::ListModel *const listModel, bool extended, + bool modal = false); ~PopupList(); @@ -71,6 +72,7 @@ class PopupList final : public Popup, ListBox *mListBox; ScrollArea *mScrollArea; DropDown *mDropDown; + bool mModal; }; #endif -- cgit v1.2.3-60-g2f50