minor refactoring to avoid compatibility problems

This commit is contained in:
Massimo
2013-01-15 13:26:14 -06:00
parent 10a39fd52c
commit ccc1de2595
2 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.01.15.13.19.22
Version 2.4.1-alpha.2+timestamp.2013.01.15.13.25.43

View File

@@ -510,8 +510,7 @@ class web2pyDialog(object):
if not options.taskbar:
thread.start_new_thread(start_browser,
(get_url(ip, proto=proto, port=port),),
dict(startup=True))
(get_url(ip, proto=proto, port=port), True))
self.password.configure(state='readonly')
[ip.configure(state='disabled') for ip in self.ips.values()]