13
0

make custom lxvst path work..

This commit is contained in:
Robin Gareus 2014-02-28 17:35:26 +01:00
parent 92601f56f9
commit d7dc62b340

View File

@ -1126,7 +1126,7 @@ private:
ResponseType r = (ResponseType) pd->run ();
pd->hide();
if (r == RESPONSE_ACCEPT) {
printf("%s", pd->get_serialized_paths().c_str());
_rc_config->set_plugin_path_lxvst(pd->get_serialized_paths());
}
delete pd;
}