Version: unspecified (using Devel) OS: Linux The Configure Toolbars dialog has 4 available actions without name. Moving them in their order (no1..no4) to Current actions adds these lines to share/apps/kgpg/keysmanager.rc: <ActionProperties scheme="Default"> <Action iconText="no1" name="default"/> <Action iconText="no2" name="key_delsign"/> <Action iconText="no3" name="key_importsign"/> <Action iconText="no4" name="key_delete"/> </ActionProperties> "default" stays unnamed forever, for "key_delsign", "key_importsign" and "key_delete" the text of the action is set in the context menus. Without opening these context menus first the actions are unnamed. Reproducible: Always
SVN commit 1234835 by dakon: fix some actions showing up for toolbars not having a text CCBUG:272619 M +12 -10 keysmanager.cpp M +12 -0 keytreeview.cpp M +2 -0 keytreeview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1234835
SVN commit 1234838 by dakon: fix some actions showing up for toolbars not having a text BUG:272619 backport of r1234835 from trunk M +12 -10 keysmanager.cpp M +12 -0 keytreeview.cpp M +2 -0 keytreeview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1234838