[Bugs] #3271 UNSP: "One click share-3G" doesn't work (was: One click share-3G)
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Wed Jan 4 13:48:01 EST 2012
#3271: "One click share-3G" doesn't work
------------------------------------------+---------------------------------
Reporter: earias | Owner:
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: untriaged | Version: Unspecified
Severity: Unspecified | Keywords: dx3
Distribution: Dextrose | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Description changed by Dcastelo:
Old description:
> /usr/share/sugar/extensions/deviceicon/network.pyo in
> __gsm_start_sharing_cb(self=<GsmDeviceView object at 0xab40aa4
> (SugarTrayIcon at 0xaa4e028)>, palette=<GsmPalette object at 0xab41d9c
> (SugarGsmPalette at 0xa779168)>)
> 1017 connection = network.find_connection_by_ssid(name)
> 1018 if connection == None:
> -> 1019 settings = Settings()
> 1020 settings.connection.id = name
> 1021 settings.connection.uuid = unique_id()
>
> NameError: global name 'Settings' is not defined
New description:
This is the content of shell.log file
/usr/share/sugar/extensions/deviceicon/network.pyo in
__gsm_start_sharing_cb(self=<GsmDeviceView object at 0xab40aa4
(SugarTrayIcon at 0xaa4e028)>, palette=<GsmPalette object at 0xab41d9c
(SugarGsmPalette at 0xa779168)>)
1017 connection = network.find_connection_by_ssid(name)
1018 if connection == None:
-> 1019 settings = Settings()
1020 settings.connection.id = name
1021 settings.connection.uuid = unique_id()
NameError: global name 'Settings' is not defined
--
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3271#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list