glocalfile: fix g_file_get_parse_name() on win32
authorDan Winship <danw@gnome.org>
Fri, 3 Feb 2012 16:10:50 +0000 (11:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Aug 2012 15:27:36 +0000 (11:27 -0400)
commit5c91af7e41443252857cdcf6fe0f0dabdc0b5250
tree0436bf64f9df40214193f317f404215b82519333
parentb2ddbd8f556c41f4d076c4cc4788684a9c84e7a2
glocalfile: fix g_file_get_parse_name() on win32

When getting the parse name for a file: URI on win32, we were not
translating "\" to "/", resulting in incorrect output.

https://bugzilla.gnome.org/show_bug.cgi?id=669331
gio/glocalfile.c