Bug 15589

Summary: Use glib's path separator on gtk
Product: WebKit Reporter: Christian Dywan <christian>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Use the macro G_DIR_SEPARATOR_S. none

Christian Dywan
Reported 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.
Attachments
Use the macro G_DIR_SEPARATOR_S. (640 bytes, patch)
2007-10-21 06:59 PDT, Christian Dywan
no flags
Christian Dywan
Comment 1 2007-10-21 06:59:58 PDT
Created attachment 16764 [details] Use the macro G_DIR_SEPARATOR_S.
Alp Toker
Comment 2 2007-10-21 11:46:56 PDT
Fixed in r26849
Note You need to log in before you can comment on or make changes to this bug.