Granite Instrospection not access to SourceList.root
Bug #1091078 reported by
zodman
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Granite |
New
|
Undecided
|
Unassigned |
Bug Description
zodman@
from gi.repository import Granite
s = Granite.
s.root
zodman@
Traceback (most recent call last):
File "sourcelist_
s.root
AttributeError: 'WidgetsSourceList' object has no attribute 'root'
To post a comment you must log in.
You can get the root property with the command:
root = s.get_property( 'root')