Segfault / Pause queue / french translation
Status: Beta
Brought to you by:
bauno
Klibido 0.2.5 with the french translation segfault
when the user attempts to pause the queue with the
button or by dcop.
I don't show the backtrace because I have found the
origin of the problem.
At the first line of the method klibido::slotPauseQ()
(line 665) the action name 'pause_queue' is
translated by i18n() in 'suspendre_queue' (line 362
of fr.po). This has no sense. When I delete the i18n
method call, the action works fine.
Here is the line :
KToggleAction
*actionQ=(KToggleAction*)actionCollection()->action(i18n("pause_queue"));
Logged In: YES
user_id=523378
Thanks for your bugreport...my fault. Will fix it in CVS ASAP.
Logged In: NO
Hello,
Just a "me too" here, and thanks for the fix
Philippe