* fix bluescreen
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Tue, 20 Mar 2007 18:54:36 +0000 (18:54 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Tue, 20 Mar 2007 18:54:36 +0000 (18:54 +0000)
wirelesslan/src/plugin.py

index aa21905..bdd6305 100644 (file)
@@ -183,8 +183,8 @@ def callFunction(iface):
        else:
                return None
 
-def configStrings():
-       pass
+def configStrings(iface):
+       return "#Custom Configstring for "+iface
        
 def Plugins(**kwargs):
        return PluginDescriptor(name=_("Wireless LAN"), description=_("Connect to a Wireless Network"), where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings, "menuEntryName": "Wlan Configuartion Utility"})