From e32686c10a4f4fe7c34b181845220b5c491f32fb Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 9 Feb 2009 14:56:31 -0300 Subject: whitespace cleanup: 's/ +$//g' --- dw/selection.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dw/selection.cc') diff --git a/dw/selection.cc b/dw/selection.cc index 3153576f..7fb25e21 100644 --- a/dw/selection.cc +++ b/dw/selection.cc @@ -95,13 +95,13 @@ void SelectionState::resetLink () link = NULL; linkState = LINK_NONE; } - + bool SelectionState::buttonPress (Iterator *it, int charPos, int linkNo, EventButton *event, bool withinContent) { Widget *itWidget = it->getWidget (); bool ret = false; - + if (event && event->button == 1 && !withinContent && event->numPressed == 2) { // When the user double-clicks on empty parts, emit the double click -- cgit v1.2.3