Opened 12 years ago
Closed 10 years ago
#3271 closed defect (fixed)
"One click share-3G" doesn't work
Reported by: | earias | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Unspecified |
Severity: | Major | Keywords: | dx3 |
Cc: | Distribution/OS: | Dextrose | |
Bug Status: | New |
Description (last modified by Dcastelo)
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
Change History (3)
comment:1 Changed 12 years ago by Dcastelo
- Description modified (diff)
- Summary changed from One click share-3G to "One click share-3G" doesn't work
comment:2 Changed 12 years ago by sascha_silbe
- Bug Status changed from Unconfirmed to New
- Component changed from untriaged to sugar
- Owner set to sascha_silbe
- Severity changed from Unspecified to Major
- Status changed from new to accepted
comment:3 Changed 10 years ago by dnarvaez
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Shame on me. I fixed this several months ago, but lost the commit during an aborted feature merge. Found and applied the commit (as a fix-up to "Share 3g connection"); will be fixed in the next patch set.