Bug 561172 – gnome-open fails on local URIs with anchors
authorAlexander Larsson <alexl@redhat.com>
Tue, 3 Mar 2009 19:02:16 +0000 (19:02 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 3 Mar 2009 19:02:16 +0000 (19:02 +0000)
commit896c3d1b2cff1b73b6634ab66672fe5df81a5749
treea7283001e7d958b53197bbaa05235b17facabda6
parentf891d4e04e702b83b1099edb2ce2e0ae01bd4160
Bug 561172 – gnome-open fails on local URIs with anchors

2009-03-03  Alexander Larsson  <alexl@redhat.com>

Bug 561172 – gnome-open fails on local URIs with anchors

        * gdesktopappinfo.c:
Don't force uris to filenames if the uri has an anchor, because
that would strip the anchor.

        * glocalvfs.c:
Strip anchor from file:// uris when creating GFile, since
g_filename_from_uri doesn't handle them.

svn path=/trunk/; revision=7953
gio/ChangeLog
gio/gdesktopappinfo.c
gio/glocalvfs.c