Comment 44 for bug 76944

Revision history for this message
Matthew East (mdke) wrote :

Seb pointed out to me that the patch is broken on Ubuntu Hardy. Here's the proposed solution:

19:39:21 < DonS> mdke: the line in the patch: "if (!strncmp (cat, "General|Linux|Distributions|Other")) {"
19:39:37 < DonS> change that to "if (!strncmp (cat, "Core")) {" and all should be good again ;)