Fix for not building #838

This commit is contained in:
Matthias Dittrich 2012-07-09 19:00:33 +02:00
parent fd660670f1
commit c4a70b93da

View file

@ -178,7 +178,7 @@ namespace SparkleShare {
});
};
Controller.UpdateChooserEvent += delegate (SparkleFolder [] folders) {
Controller.UpdateChooserEvent += delegate (string [] folders) {
Dispatcher.BeginInvoke ((Action) delegate {
UpdateChooser (folders);
});