Summary: | Plastik and Deep plastic color scheme conflict | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | zabilcm <zabilcm> |
Component: | kcmcolors | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
zabilcm
2004-02-09 09:35:57 UTC
Let me guess, was the file you impored named plastic.kcsrc? the name of the file was 10039-Deep Plastik.kcsrc one which i downloaded off the kde-look site CVS commit by giessl: Backport rev 1.92 CCMAIL: 74687-done@bugs.kde.org M +3 -1 colorscm.cpp 1.86.2.1 --- kdebase/kcontrol/colors/colorscm.cpp #1.86:1.86.2.1 @@ -897,5 +897,7 @@ int KColorScheme::findSchemeByName(const for(KColorSchemeEntry *entry = mSchemeList->first(); entry; entry = mSchemeList->next()) { - if (entry->path.endsWith(search)) + |