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

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