Fix #2946287: open a recent file
commitdb32b80989fdaaf09be070d17ed50341313440e3
authorMike Ryan <mikeryan@lacklustre.net>
Fri, 5 Feb 2010 06:10:42 +0000 (4 22:10 -0800)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Fri, 5 Feb 2010 20:37:56 +0000 (5 21:37 +0100)
treed04efc970b5cf3349345030943b20adbd472568d
parentf3505ea318794242b245b98a766123c9486ac82e
Fix #2946287: open a recent file

this is a HACK to fix opening a recent file.

recent files are stored as a URI. in our case, this is ALWAYS a file:// URI.
the file reading code expects an ordinary filename, so if the filename begins
with file://, this portion of the filename is dropped.

a more proper (and much larger) fix will involve converting file.c to use GFile.

Signed-off-by: Mike Ryan <mikeryan@lacklustre.net>
src/file.c