From ccc1de25955d558be1ca401580aa7d3fd320e6ef Mon Sep 17 00:00:00 2001 From: Massimo Date: Tue, 15 Jan 2013 13:26:14 -0600 Subject: [PATCH] minor refactoring to avoid compatibility problems --- VERSION | 2 +- gluon/widget.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a56b2937..7c49317e 100644 --- a/VERSION +++ b/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 diff --git a/gluon/widget.py b/gluon/widget.py index df279372..86ee37ed 100644 --- a/gluon/widget.py +++ b/gluon/widget.py @@ -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()]