summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/ddbtabstrip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/ddbtabstrip.c b/plugins/gtkui/ddbtabstrip.c
index 5b54c78d..f9097b73 100644
--- a/plugins/gtkui/ddbtabstrip.c
+++ b/plugins/gtkui/ddbtabstrip.c
@@ -982,6 +982,7 @@ on_tabstrip_button_release_event (GtkWidget *widget,
if (event->button == 1) {
if (ts->scroll_timer > 0) {
ts->scroll_direction = 0;
+ g_source_remove (ts->scroll_timer);
ts->scroll_timer = 0;
}
if (ts->prepare || ts->dragging >= 0) {