summaryrefslogtreecommitdiff
path: root/src/wx/upload_destination_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/upload_destination_panel.cc')
-rw-r--r--src/wx/upload_destination_panel.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wx/upload_destination_panel.cc b/src/wx/upload_destination_panel.cc
index 923b1b222..ab81103c5 100644
--- a/src/wx/upload_destination_panel.cc
+++ b/src/wx/upload_destination_panel.cc
@@ -27,6 +27,7 @@
#include <wx/treelist.h>
+using std::string;
using std::vector;
using boost::optional;
#if BOOST_VERSION >= 106100
@@ -68,6 +69,14 @@ UploadDestinationPanel::UploadDestinationPanel(wxWindow* parent)
void
+UploadDestinationPanel::set_selected(vector<string> const& selected)
+{
+ for (auto // wip!
+ _list->SetItemState();
+}
+
+
+void
UploadDestinationPanel::checkbox_changed()
{
DestinationsChanged();