| Summary: | Generic path for the auxilarity-tekst wont expand | ||
|---|---|---|---|
| Product: | [Unmaintained] kbabel | Reporter: | Axel Bojer <axelb> |
| Component: | general | Assignee: | Stanislav Visnovsky <visnovsky> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gaute |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | This patch fixed the problem for PO auxiliary. I hope it works for PO compendium as well. | ||
|
Description
Axel Bojer
2004-03-12 15:30:57 UTC
I can confirm this. When using variables @PACKAGE@ and @DIRn@, they are replaced by a empty string. I get the same error, using KDE 3.2.1 packages from Debian unstable. Digging around in the KBabel source, I found the error. There was a change made to some virtual functions in kbabel/kbabeldict/searchengine.cpp a few months ago. It seems that this change was not propagated into the PoAuxiliary subclass, leaving this class with the empty default implementation. I. Petrouchtchak reported a similar problem with the PO compendium on the KBabel mailing list. I've created a patch that works for auxiliary files, and I think it will work for the PO compendium as well. Created attachment 5208 [details]
This patch fixed the problem for PO auxiliary. I hope it works for PO compendium as well.
You are right, the interface has changed, but the modules were not adapted. I've applied your patch, it looks OK. Thanks a lot! |