sugarlabs / turtleart-activity

A block-based Logo programming environment
MIT License
18 stars 54 forks source link

Help button error. #66

Closed Aniket21mathur closed 5 years ago

Aniket21mathur commented 5 years ago

On clicking the help button the conosle shows the following error

  File "/home/guest/turtleart-activity/TurtleArt/util/helpbutton.py", line 76, in __help_button_clicked_cb
    self._palette.popup(immediate=True, state=1)
TypeError: popup() got an unexpected keyword argument 'state'
quozl commented 5 years ago

This is a common mistake during porting from GTK+ 2 to GTK+ 3 of the Sugar Toolkit, as the API changed. Perhaps inadequate testing. You might check the API.

chimosky commented 5 years ago

This has been fixed in #63

Aniket21mathur commented 5 years ago

Thanks @chimosky . Merge of #63 will close this issue.

quozl commented 5 years ago

b9fe9194c4daabdcbc4ea36ad8ac80fae3497c75