Ticket #1879 (closed defect: fixed)
toggle widget in shr-settings
| Reported by: | elisa42 | Owned by: | jama |
|---|---|---|---|
| Priority: | major | Milestone: | shr-2012.01 |
| Component: | shr-settings | Version: | SHR-core |
| Keywords: | Cc: |
Description
The toggle widget in elementary seems to have been removed.
http://trac.enlightenment.org/e/changeset/69446
e.g. I get
Traceback (most recent call last):
File "/usr/bin/shr-settings", line 72, in renderModules
cont = mod2.createView()
File "/usr/lib/python2.7/site-packages/shr_settings_modules/shr_wifi.py", line 146, in createView
self.wifiToggle = WifiToggleBox(self, self.dbusObj)
File "/usr/lib/python2.7/site-packages/shr_settings_modules/shr_wifi.py", line 90, in __init__
self.toggleAuto = elementary.Toggle(self.wifi.window)
AttributeError: 'module' object has no attribute 'Toggle'
Don't know if the suggested check widget is really a good substitution for it.
Change History
comment:1 Changed 14 months ago by jama
- Owner changed from dos to jama
- Status changed from new to assigned
comment:2 Changed 14 months ago by elisa42
also opimd-notes uses Pager widget
Traceback (most recent call last):
File "/usr/bin/opimd-notes", line 753, in <module>
pager = elementary.Pager(win)
AttributeError?: 'module' object has no attribute 'Pager
comment:3 Changed 14 months ago by jama
- Status changed from assigned to closed
- Resolution set to fixed
Both fixed in 040, see
http://git.shr-project.org/git/?p=shr-settings.git;a=commit;h=9f5e7083457999210a46e3123c34ceeba7295544
http://git.shr-project.org/git/?p=opimd-utils.git;a=commit;h=a04ab8d92b772d8c1ddb0eeba6b31c4ea9d82f70
http://git.shr-project.org/git/?p=opimd-utils.git;a=commit;h=3bab8c894dceb4dfaa6ba0b8283783195d992337
http://git.shr-project.org/git/?p=opimd-utils.git;a=commit;h=8e9eefd88d310729a10e87af1196b1572f1fd891
http://git.shr-project.org/git/?p=opimd-utils.git;a=commit;h=28459d0fe873ae31688b9841a5954f6effd5ef7a
http://git.shr-project.org/git/?p=opimd-utils.git;a=commit;h=91757286c29e9cb3f674fbd5fa9b76bbe437c5c3
http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=725f488a5e3708db033ef5edc4dd28138f17ed73
http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=951053e1dfdadffe00217da2914ee252a16e466e
http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=6bb17eec9d8620fbc5694fd0aca8e53b3c1d1a08

Yes, check is good, don't know how I missed this one but I've replaced toggle with check already in all other apps.. so I'll take care of this too.