Fixed build in embedded mode

This commit is contained in:
Pierre Pronchery 2012-11-29 12:35:40 +01:00
parent 209a514fcb
commit 3d2897d01c

View File

@ -502,7 +502,7 @@ void on_open_url(gpointer data)
{
Surfer * surfer = data;
on_file_open_url(surfer);
surfer_open(surfer, NULL);
}