Package: childsplay Version: 2.6.5-1 Severity: important ChildsPlay -> Others -> Flash Card game
Only the following text appears: Template activity for Flashcards. Error message on terminal: childsplay.SPWidgets_lgpl.Graph - WARNING - No data received to show in graph On clicking the score button displays: Result: No data available for this level. In help, The aim of this activity is empty. Patch for resolving the same is attached. Regards, Prathibha Senior Engineer CDAC Chennai ------------------------------------------------------------------------------------------------------------------------------- [ C-DAC is on Social-Media too. Kindly follow us at: Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ] This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken. -------------------------------------------------------------------------------------------------------------------------------
Description: * Disabled the menu for flashcards activity as this is not fully developed. Resolves UTC_CP_EduBOSS4.0_15_001 and UTC_CP_EduBOSS4.0_15_002. Author: Prathibha B <prathib...@cdac.in> --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: <vendor|upstream|other>, <url of original patch> Bug: <url in upstream bugtracker> Bug-Debian: https://bugs.debian.org/<bugnumber> Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> Forwarded: <no|not-needed|url proving that it has been forwarded> Reviewed-By: <name and email of someone who approved the patch> Last-Update: <YYYY-MM-DD> --- childsplay-2.6.5.orig/lib/SPData/themes/childsplay/SP_menu.xml +++ childsplay-2.6.5/lib/SPData/themes/childsplay/SP_menu.xml @@ -92,9 +92,9 @@ <menuitem enable="True" file="BlockBreaker.icon.png" hoverfile="BlockBreaker_ro.icon.png"> <activity>BlockBreaker</activity> </menuitem> - <menuitem enable="True" file="flashcards.icon.png" hoverfile="flashcards_ro.icon.png"> + <menuitem enable="False" file="flashcards.icon.png" hoverfile="flashcards_ro.icon.png"> <activity>flashcards</activity> </menuitem> </submenu> -</rootmenu> \ No newline at end of file +</rootmenu>