aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2012-04-21 19:29:17 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2012-04-21 19:31:19 -0600
commit808561bb2a5f89a59cb354aea88f5363ef73c40f (patch)
treee6a221d5b15e6438f3655c1c5e5a93c1aea569d0 /src/uzbl-core.c
parent29d4d3b7952a687b4338ca69a6789739728d8df8 (diff)
remove special handling of the SELECTION_CHANGED event
fixes #296 (primary selection replaces content of clipboard) fixes slow insertion in some textareas (#295 ?)
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index 770d832..9db034a 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -771,7 +771,6 @@ create_scrolled_win() {
"signal::button-release-event", (GCallback)button_release_cb, NULL,
"signal::motion-notify-event", (GCallback)motion_notify_cb, NULL,
"signal::notify::title", (GCallback)title_change_cb, NULL,
- "signal::selection-changed", (GCallback)selection_changed_cb, NULL,
"signal::notify::progress", (GCallback)progress_change_cb, NULL,
"signal::notify::load-status", (GCallback)load_status_change_cb, NULL,
"signal::notify::uri", (GCallback)uri_change_cb, NULL,