VirtualMailManager/MailLocation.py
changeset 9 e3d3dbeb5b84
parent 8 7e3ce56f49e6
child 32 ceb700bc4a80
--- a/VirtualMailManager/MailLocation.py	Sat Feb 02 19:48:17 2008 +0000
+++ b/VirtualMailManager/MailLocation.py	Sun Mar 02 20:22:00 2008 +0000
@@ -36,7 +36,7 @@
                 ERR.MAILLOCATION_INIT))
         elif mid is not None:
             try:
-                self.__id = long(tid)
+                self.__id = long(mid)
             except ValueError:
                 raise MLE(('mid must be an int/long.', ERR.MAILLOCATION_INIT))
             self._loadByID()