From 8a77480fc8e86bb980d4b729692a94bec79cea02 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 26 Mar 2009 10:12:28 +0200 Subject: [PATCH] A line was deleted by error in the previous commit --- champlain/champlain-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c index 3309ff9..fd01c04 100644 --- a/champlain/champlain-view.c +++ b/champlain/champlain-view.c @@ -1421,7 +1421,7 @@ champlain_view_get_coords_from_event (ChamplainView *view, gint actor_x, actor_y; gint rel_x, rel_y; - + clutter_actor_get_transformed_position (priv->finger_scroll, &actor_x, &actor_y); switch (clutter_event_type (event)) { -- 2.39.5