Fixing the layout issues including gettin stacked keyboards to work
[ejpi] / src / plugin_utils.py
index 32908e5..f5bef68 100644 (file)
@@ -62,10 +62,11 @@ class PieKeyboardPlugin(object):
 
 class PieKeyboardPluginFactory(object):
 
-       def __init__(self, pluginName, keyboardMap, iconPaths):
+       def __init__(self, pluginName, icon, keyboardMap, iconPaths):
                self.name = pluginName
                self.map = keyboardMap
                self.commands = {}
+               self.icon = icon
                self.iconPaths = iconPaths
 
        def register_operation(self, commandName, operator):