Closed
Bug 789852
Opened 12 years ago
Closed 12 years ago
Cannot specify text editor to source_view.editor.path if it's located in non-ASCII folder
Categories
(Toolkit :: View Source, defect)
Toolkit
View Source
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: masayuki, Assigned: masayuki)
Details
(Keywords: intl)
Attachments
(1 file)
1.50 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Current code use nsIPrefBranch.getCharPref() and nsIFile.initWithPath(). Internal type of the getCharPref() is const char*. On the other hand, the type of the param of initWithPath() is nsAString&. So, the code causes lossy conversion.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #659619 -
Flags: review?(gavin.sharp)
Updated•12 years ago
|
Attachment #659619 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla18
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•