diff options
author | portix <none@none> | 2012-04-20 14:03:24 +0200 |
---|---|---|
committer | portix <none@none> | 2012-04-20 14:03:24 +0200 |
commit | 9abedd29e361ad6d09fef82010ba5e63cd1b9bf2 (patch) | |
tree | 2a42ecd4017a03c5e8374979c934773e75c6bf63 /src/scripts.c | |
parent | 895979029a97ed8235ba319a091eeec0bede4494 (diff) | |
download | dwb-9abedd29e361ad6d09fef82010ba5e63cd1b9bf2.zip |
New signal downloadStatus
--HG--
branch : scripts
Diffstat (limited to 'src/scripts.c')
-rw-r--r-- | src/scripts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts.c b/src/scripts.c index f2c72703..2669c1a7 100644 --- a/src/scripts.c +++ b/src/scripts.c @@ -40,6 +40,7 @@ static Sigmap _sigmap[] = { { SCRIPT_SIG_LOAD_STATUS, "loadStatus" }, { SCRIPT_SIG_MIME_TYPE, "mimeType" }, { SCRIPT_SIG_DOWNLOAD, "download" }, + { SCRIPT_SIG_DOWNLOAD_STATUS, "downloadStatus" }, { SCRIPT_SIG_RESOURCE, "resource" }, { SCRIPT_SIG_KEY_PRESS, "keyPress" }, { SCRIPT_SIG_KEY_RELEASE, "keyRelease" }, |