[POS-commit] r3997 - stoq/trunk/stoq
Johan Dahlin
jdahlin at async.com.br
Wed Jul 26 17:40:17 BRT 2006
Author: jdahlin
Date: Wed Jul 26 17:40:17 2006
New Revision: 3997
Modified:
stoq/trunk/stoq/main.py
Log:
And the stoq/main.py changes
Modified: stoq/trunk/stoq/main.py
==============================================================================
--- stoq/trunk/stoq/main.py (original)
+++ stoq/trunk/stoq/main.py Wed Jul 26 17:40:17 2006
@@ -114,8 +114,7 @@
register_iconsets()
log.info('loading application')
- appconf = AppConfig()
- appname = appconf.setup_app(appname, splash=True)
+ appconf = AppConfig(appname)
module = __import__("stoq.gui.%s.app" % appname, globals(), locals(), [''])
if not hasattr(module, "main"):
raise RuntimeError(
More information about the POS-commit
mailing list