Extend the controller with a getChildren method and use it to display marketgroup children

This commit is contained in:
cncfanatics
2010-08-15 19:52:40 +02:00
parent 378fcc0b51
commit 8d4fea3040
4 changed files with 46 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ def getStaticBitmap(name, parent, location):
return static
locationMap = {"pack": os.path.join(config.homePath, "icons")}
def getBitmap(name,location):
if location in locationMap:
location = locationMap[location]