perroquet-team team mailing list archive
-
perroquet-team team
-
Mailing list archive
-
Message #00060
[Bug 551053] [NEW] Re 'New exercise' doesn't work
Public bug reported:
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")
** Affects: perroquet
Importance: Low
Assignee: Quentin THEURET (quentin-theuret)
Status: Confirmed
** Changed in: perroquet
Status: New => Confirmed
** Changed in: perroquet
Importance: Undecided => Low
** Changed in: perroquet
Assignee: (unassigned) => Quentin THEURET (quentin-theuret)
--
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: Confirmed
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")
Follow ups
References