minor refactoring to avoid compatibility problems
This commit is contained in:
2
VERSION
2
VERSION
@@ -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
|
||||
|
||||
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user