Add function for adding base data and data reloading.

This commit is contained in:
luxick
2018-02-23 17:11:53 +01:00
parent b0ed96611d
commit af57942ad8
13 changed files with 1154 additions and 566 deletions

View File

@@ -6,4 +6,4 @@ class Util:
if tree_iter:
return combo.get_model().get_value(tree_iter, index)
else:
return None
return -1