1
0
Fork 0

Compare commits

..

No commits in common. "945c110a472deacbba997b7d72dd7512b0eba5cb" and "c5a7b01170072b5e1b89072f19d5341e13a4558d" have entirely different histories.

2 changed files with 3 additions and 5 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "cmake/backbone"]
path = cmake/backbone
url = https://git.backbone.ws/kolan/cmake.backbone.git
url = git@git.backbone.ws:kolan/cmake.backbone.git
[submodule "util/backbone"]
path = util/backbone
url = https://git.backbone.ws/kolan/cmake.backbone-utils.git
url = git@git.backbone.ws:kolan/cmake.backbone-utils.git

View File

@ -65,9 +65,7 @@ namespace LAview.DataExample {
case "AnotherRequest": return "Another Answer";
case "Manual.SampleRequest": return "Manual Sample Answer";
case "MainChart":
var h = host as IHostCore;
assert (h != null);
var cache_dir = h.get_cache_dir ();
var cache_dir = (host as IHostCore).get_cache_dir ();
// TODO: save picture in path: cache_dir + "MainChart.png";
return "MainChart";