From 808561bb2a5f89a59cb354aea88f5363ef73c40f Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sat, 21 Apr 2012 19:29:17 -0600 Subject: remove special handling of the SELECTION_CHANGED event fixes #296 (primary selection replaces content of clipboard) fixes slow insertion in some textareas (#295 ?) --- src/uzbl-core.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/uzbl-core.c') 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, -- cgit v1.2.3