perroquet-team team mailing list archive
-
perroquet-team team
-
Mailing list archive
-
Message #00063
[Bug 551053] Re: Re 'New exercise' doesn't work
** Changed in: perroquet
Status: Confirmed => Fix Committed
** Changed in: perroquet
Milestone: None => 1.1.0
--
Re 'New exercise' doesn't work
https://bugs.launchpad.net/bugs/551053
You received this bug notification because you are a member of Perroquet
Team, which is subscribed to perroquet.
Status in Perroquet: Fix Committed
Bug description:
When I click on the 'New exercise' button or 'File'->'Nouveau', close it with the right-top cross button.
When I re-click on the 'New exercise' button or 'File'->'Nouveau', the box is reopen it but not with the normal size and without buttons.
Traceback :
/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py:88: GtkWarning: gtk_file_chooser_unselect_all: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
videoChooser.set_filename("None")
/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py:88: GtkWarning: gtk_file_chooser_select_file: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
videoChooser.set_filename("None")
/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py:89: GtkWarning: gtk_file_chooser_unselect_all: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
exerciceChooser.set_filename("None")
/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py:89: GtkWarning: gtk_file_chooser_select_file: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
exerciceChooser.set_filename("None")
/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py:90: GtkWarning: gtk_file_chooser_unselect_all: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
translationChooser.set_filename("None")
/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py:90: GtkWarning: gtk_file_chooser_select_file: assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
translationChooser.set_filename("None")
References