From: Pierre-Luc Beaudoin Date: Thu, 26 Mar 2009 08:12:28 +0000 (+0200) Subject: A line was deleted by error in the previous commit X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a77480fc8e86bb980d4b729692a94bec79cea02;p=libchamplain A line was deleted by error in the previous commit --- 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)) {