diff options
author | portix <portix@gmx.net> | 2010-12-16 16:39:43 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-12-16 16:39:43 +0100 |
commit | 56e48b55420912c4aa5755e8f431561789bdeb96 (patch) | |
tree | b544ecdeeee3be988087dd7b6342e1bd944627f9 /src/util.c | |
parent | 72f935b8a1007f876ffd65e56509b72251ba5041 (diff) | |
download | dwb-56e48b55420912c4aa5755e8f431561789bdeb96.zip |
execute userscripts from commandline
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -451,3 +451,4 @@ dwb_util_domain_from_uri(char *uri) { char *ret = domain[0] ? g_strdup(domain) : g_strdup(uri_p); return ret; }/*}}}*/ + |