[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. 3eef8cab2cb6f039b529ffc89deb21a0dcab03df

raster raster at alioth.debian.org
Sat May 24 15:07:37 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit b2ae9ab6da508e74f1f403317f61f4c4c5b077fb
Author: raster <raster>
Date:   Tue May 13 05:31:20 2008 +0000

    since no icon is dragged - disable dnd gadgets off a gadcon for now.

diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c
index 75070a2..15f513d 100644
--- a/src/bin/e_gadcon.c
+++ b/src/bin/e_gadcon.c
@@ -1762,12 +1762,12 @@ _e_gadcon_client_move_go(E_Gadcon_Client *gcc)
    _e_gadcon_client_current_position_sync(gcc);
    if (e_gadcon_layout_orientation_get(gcc->gadcon->o_container))
      {
-	if (abs(cy - gcc->drag.y) > e_config->drag_resist)
+/*	if (abs(cy - gcc->drag.y) > e_config->drag_resist)
 	  {
 	     _e_gadcon_client_drag_begin(gcc, cx, cy);
 	     return;
 	  }
-	else if (x > 0)
+	else*/ if (x > 0)
 	  {
 	     if (gcc->state_info.state != E_LAYOUT_ITEM_STATE_POS_INC)
 	       gcc->state_info.resist = 0;
@@ -1782,12 +1782,12 @@ _e_gadcon_client_move_go(E_Gadcon_Client *gcc)
      }
    else
      {
-	if (abs(cx - gcc->drag.x) > e_config->drag_resist)
+/*	if (abs(cx - gcc->drag.x) > e_config->drag_resist)
 	  {
 	     _e_gadcon_client_drag_begin(gcc, cx, cy);
 	     return;
 	  }
-	else if (y > 0)
+	else*/ if (y > 0)
 	  {
 	     if (gcc->state_info.state != E_LAYOUT_ITEM_STATE_POS_INC)
 	       gcc->state_info.resist = 0;

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list