Previously attempted to operate on an URI, which can fail. Now operates on the local/parsed filename. --- src/vikwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/vikwindow.c b/src/vikwindow.c index 065e76a..492486d 100644 --- a/src/vikwindow.c +++ b/src/vikwindow.c @@ -1408,7 +1408,7 @@ static void on_activate_recent_item (GtkRecentChooser *chooser, g_signal_emit ( G_OBJECT(self), window_signals[VW_OPENWINDOW_SIGNAL], 0, filenames ); } else - vik_window_open_file ( self, filename, TRUE ); + vik_window_open_file ( self, path, TRUE ); g_free ( path ); } -- 1.7.1 ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/