diff options
Diffstat (limited to 'shell/report.c')
| -rw-r--r-- | shell/report.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shell/report.c b/shell/report.c index 4949c557..8649d2a9 100644 --- a/shell/report.c +++ b/shell/report.c @@ -910,7 +910,7 @@ static gboolean report_generate(ReportDialog * rd)  	    gchar *temp;  	    temp = g_strdup_printf("file://%s", file); -	    open_url(temp); +	    uri_open(temp);  	    g_free(temp);          } | 
