Bug 15589 - Use glib's path separator on gtk
Summary: Use glib's path separator on gtk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-21 06:58 PDT by Christian Dywan
Modified: 2007-10-21 11:46 PDT (History)
0 users

See Also:


Attachments
Use the macro G_DIR_SEPARATOR_S. (640 bytes, patch)
2007-10-21 06:59 PDT, Christian Dywan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Dywan 2007-10-21 06:58:28 PDT
The current implementation of FileSystemGtk hardcodes a "/". This does not work on Windows, so glib's path separator should be used instead.
Comment 1 Christian Dywan 2007-10-21 06:59:58 PDT
Created attachment 16764 [details]
Use the macro G_DIR_SEPARATOR_S.
Comment 2 Alp Toker 2007-10-21 11:46:56 PDT
Fixed in r26849