Ticket #1321 (closed defect: fixed)
file picker broken in Browse
| Reported by: | walter | Owned by: | marcopg |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | hulahop | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | Browse |
| Cc: | Distribution/OS: | Ubuntu | |
| Bug Status: | Unconfirmed |
Description
Running Browse 112 with a newly built hulahop from sugar-jhbuild, the file picker failed to open:
DEBUG:xpcom:Python Factory creating FilePicker
1252681426.016407 DEBUG xpcom: Python Factory creating FilePicker
ERROR:xpcom:Unhandled exception calling 'int8 init(in nsISomething, in unicode &, in int16);'
Traceback (most recent call last):
File "/usr/lib/xulrunner-1.9.0.14/python/xpcom/server/policy.py", line 277, in _CallMethod_
return 0, func(*params)
File "/home/walter/sugar-jhbuild/install/share/sugar/activities/Browse.activity/filepicker.py", line 63, in init
self._parent = hulahop.get_view_for_window(parent).get_toplevel()
AttributeError: 'NoneType' object has no attribute 'get_toplevel'
1252681426.019871 ERROR xpcom: Unhandled exception calling 'int8 init(in nsISomething, in unicode &, in int16);'
