Comment 3 for bug 851099

Revision history for this message
Francesco Apollonio (lorddex) wrote :

But in PortInfo.py the constructor is:
                def __init__(self, name, bindIP, localPort)
and in GUI.py the class is created using:
                newPort = PortInfo.DynamicPort(bindIPEntry.get_text(),
                                               nameEntry.get_text(),
so the two parameters are actually swapped.
Now i'm using a version patched with this edit and it works right!