Opened 12 years ago

Last modified 11 years ago

#3271 closed defect

One click share-3G — at Initial Version

Reported by: earias Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: Unspecified
Severity: Major Keywords: dx3
Cc: Distribution/OS: Dextrose
Bug Status: New

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

Change History (0)

Note: See TracTickets for help on using tickets.