summaryrefslogtreecommitdiff
path: root/src/scripts.c
diff options
context:
space:
mode:
authorportix <none@none>2012-12-04 13:26:35 +0100
committerportix <none@none>2012-12-04 13:26:35 +0100
commitbd1683913bc3b77aa73c68e3ed7bd1d0a5e1fb2b (patch)
treec47ca64329760a7b02433549b08dc57e56cbc442 /src/scripts.c
parent0486ab5b0ccd5f0970ff85fd4a791c737dd637aa (diff)
downloaddwb-bd1683913bc3b77aa73c68e3ed7bd1d0a5e1fb2b.zip
Emit createTab after focusing the tab
Diffstat (limited to 'src/scripts.c')
-rw-r--r--src/scripts.c7
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;
}/*}}}*/