Package: kbruch Version: 4:4.14.1-1 Severity: minor Steps to reproduce the issue:
Fraction-> Learning -> Settings -> Configure Toolbars... Issue: Opens a blank window. 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: * Set the toolbar editable. Resolves the following bug: Learning -> Settings -> Configure Toolbars... displays an empty 'Configure Toolbars' dialog. 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> --- kbruch-4.14.1.orig/src/FractionRingWidgetui.rc +++ kbruch-4.14.1/src/FractionRingWidgetui.rc @@ -9,7 +9,7 @@ <Action name="file_quit"/> </Menu> </MenuBar> -<ToolBar name="exerciseToolBar" noEdit="true" fullWidth="true"> +<ToolBar name="exerciseToolBar" noEdit="false" fullWidth="true"> <Action name="NewTask"/> <Action name="Back"/> <Separator/>