diff options
Diffstat (limited to 'src/download.c')
-rw-r--r-- | src/download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/download.c b/src/download.c index e273847f..692d4d6f 100644 --- a/src/download.c +++ b/src/download.c @@ -245,7 +245,7 @@ download_delay(DwbDownload *download) { static void download_status_cb(WebKitDownload *download, GParamSpec *p, DwbDownloadStatus *dstatus) { WebKitDownloadStatus status = webkit_download_get_status(download); - SCRIPTS_EMIT_NO_RETURN(dwb.state.fview, DOWNLOAD_STATUS, 4, + SCRIPTS_EMIT_NO_RETURN(SCRIPT(dwb.state.fview), DOWNLOAD_STATUS, 4, INTEGER, "status", status, CHAR, "filename", webkit_download_get_destination_uri(download), CHAR, "uri", webkit_download_get_uri(download), |