Opened 12 years ago

Last modified 12 years ago

#3338 closed defect

Clicking the 'Accept' button in My Settings->Network produces traceback — at Initial Version

Reported by: m_anish Owned by: ajay_garg
Priority: Immediate Milestone: Unspecified
Component: Sugar Version: Unspecified
Severity: Blocker Keywords: dx3
Cc: Distribution/OS: Dextrose
Bug Status: Resolved

Description


AttributeError Traceback (most recent call last)

/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.pyo in accept_clicked_cb(self=<ControlPanel object at 0x8f2a93c (SugarControlPanel at 0x8cf8810)>, widget=<SectionToolbar object at 0x8ff125c (SectionToolbar at 0x8f7a8a8)>)

292
293 def accept_clicked_cb(self, widget):

--> 294 self._section_view.perform_accept_actions()

295 if self._section_view.needs_restart:
296 self._section_toolbar.accept_button.set_sensitive(False)

/usr/share/sugar/extensions/cpsection/network/view.pyo in perform_accept_actions(self=<Network object at 0x8f2efcc (SugarSectionView at 0x8c92a80)>)

1007
1008 def perform_accept_actions(self):

-> 1009 self._model.set_ssids(self._widget_table._get_entries())

1010
1011 def launch_button_clicked_cb(self, launch_button):

AttributeError: 'Network' object has no attribute '_widget_table'
1329986882.402614 WARNING root: _Account.set_current_activity_cb

Change History (0)

Note: See TracTickets for help on using tickets.