diff options
author | portix <none@none> | 2012-12-04 13:26:35 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-04 13:26:35 +0100 |
commit | bd1683913bc3b77aa73c68e3ed7bd1d0a5e1fb2b (patch) | |
tree | c47ca64329760a7b02433549b08dc57e56cbc442 /src/scripts.c | |
parent | 0486ab5b0ccd5f0970ff85fd4a791c737dd637aa (diff) | |
download | dwb-bd1683913bc3b77aa73c68e3ed7bd1d0a5e1fb2b.zip |
Emit createTab after focusing the tab
Diffstat (limited to 'src/scripts.c')
-rw-r--r-- | src/scripts.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scripts.c b/src/scripts.c index 5a6242b2..8ce19c9c 100644 --- a/src/scripts.c +++ b/src/scripts.c @@ -2669,13 +2669,6 @@ scripts_create_tab(GList *gl) } JSObjectRef o = make_object(m_global_context, G_OBJECT(VIEW(gl)->web)); - - if (EMIT_SCRIPT(CREATE_TAB)) - { - ScriptSignal signal = { o, SCRIPTS_SIG_META(NULL, CREATE_TAB, 0) }; - scripts_emit(&signal); - } - JSValueProtect(m_global_context, o); VIEW(gl)->script_wv = o; }/*}}}*/ |