X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fossohelper.py;h=c7cbde2b9681730662a16961665f5289ea8b15f7;hp=ec816655e49234cb6dac03c50608efba5ce6aaea;hb=1db69a594f71e3b80c92d17ec171f3d6ac866bfb;hpb=76dd03fde1fef21b6a5678ee095e2190e0aab4f1 diff --git a/jamaui/ossohelper.py b/jamaui/ossohelper.py index ec81665..c7cbde2 100644 --- a/jamaui/ossohelper.py +++ b/jamaui/ossohelper.py @@ -71,13 +71,13 @@ def application_exit(): """ Osso application exit. """ - if __osso_application__ is not None and __osso_context__ is not None: - try: - #__osso_application__.close() - __osso_context__.close() - except Exception, err: - __log.warning('application end could not be sent: %s' % err) - __log.debug('osso application end sent') + #if __osso_application__ is not None and __osso_context__ is not None: + # try: + # #__osso_application__.close() + # __osso_context__.close() + # except Exception, err: + # __log.warning('application end could not be sent: %s' % err) + # __log.debug('osso application end sent') # application_exit def application_top(app_name):