Summary: | Theme's config (right-click > configure) menu displays question marks instead of unicode characters. | ||
---|---|---|---|
Product: | [Unmaintained] superkaramba | Reporter: | Daniel <dd> |
Component: | general | Assignee: | Ryan Nickell <p0z3r> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot with problem ("?"'s in sub menu)
slimmed down theme file (skz) exsibiting the problem |
Description
Daniel
2006-06-10 05:40:42 UTC
Created attachment 16543 [details]
Screenshot with problem ("?"'s in sub menu)
Created attachment 16544 [details]
slimmed down theme file (skz) exsibiting the problem
The theme is designed to test for locale using
1. karamba.language(), (in 0.39 that returns "None", so)
2. Parsing ~/.kde/share/config/kdeglobal for "Language:"
Just set either to "ru" and you should see the problems.
I'd like to get this fixed for the 3.5.5 release for certain. SVN commit 580777 by nickell: BUG: 128925 More .ascii() fixing. M +1 -1 karamba.cpp --- branches/KDE/3.5/kdeutils/superkaramba/src/karamba.cpp #580776:580777 @@ -1741,7 +1741,7 @@ kpop -> setItemEnabled(THEMECONF, true); SignalBridge* action = new SignalBridge(this, key, menuAccColl); - KToggleAction* confItem = new KToggleAction (name.ascii(), KShortcut::null(), + KToggleAction* confItem = new KToggleAction (name, KShortcut::null(), action, SLOT(receive()), menuAccColl, key.ascii()); confItem -> setName(key.ascii()); |