Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#2942 closed defect (fixed)

Activity not start

Reported by: AlanJAS Owned by: walter
Priority: Urgent Milestone:
Component: Abacus Version: 0.82.x
Severity: Blocker Keywords:
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description

/home/olpc/Activities/Abacus.activity/AbacusActivity.py in init(self=<AbacusActivity
object at 0x859a414 (SugarActivity at 0x85f8038)>,
handle=<sugar.activity.activityhandle.ActivityHandle object at 0x858dd6c>)

210
211 copy = _button_factory('edit-copy', _('Copy'), self._copy_cb,

--> 212 edit_toolbar_button, accelerator='<Ctrl>c')

edit_toolbar_button = undefined
global accelerator = undefined

213 paste = _button_factory('edit-paste', _('Paste'), self._paste_cb,
214 edit_toolbar_button, accelerator='<Ctrl>v')

UnboundLocalError: local variable 'edit_toolbar_button' referenced before assignment

Change History (3)

comment:2 Changed 13 years ago by RafaelOrtiz

  • Resolution set to fixed
  • Status changed from new to closed

tested and is fixed now.

comment:3 Changed 11 years ago by dnarvaez

  • Milestone 0.88.x deleted

Milestone 0.88.x deleted

Note: See TracTickets for help on using tickets.