Bug 12640 - broken special case for en_US
Summary: broken special case for en_US
Status: RESOLVED FIXED
Alias: None
Product: xdg-user-dirs
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Alexander Larsson
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 10:11 UTC by Matthias Clasen
Modified: 2007-10-02 02:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
trivial patch (475 bytes, patch)
2007-10-01 10:11 UTC, Matthias Clasen
Details | Splinter Review

Description Matthias Clasen 2007-10-01 10:11:26 UTC
has_xdg_translation() does

if (strcmp (locale, "en_US") == 0) 

which doesn't work if your locale is en_US.utf-8. 

Filed downstream at: https://bugzilla.redhat.com/show_bug.cgi?id=307881
Comment 1 Matthias Clasen 2007-10-01 10:11:51 UTC
Created attachment 11841 [details] [review]
trivial patch


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.