[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821

jethomas jethomas at alioth.debian.org
Sat Jun 7 18:34:22 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 376ecb7e82ffbd96fc14e02288ed6bc2246d0d11
Author: jethomas <jethomas>
Date:   Mon Apr 28 19:30:47 2008 +0000

    Bug 462.

diff --git a/src/lib/ewl_filelist.c b/src/lib/ewl_filelist.c
index 4feca79..eb1e21e 100644
--- a/src/lib/ewl_filelist.c
+++ b/src/lib/ewl_filelist.c
@@ -1241,7 +1241,7 @@ ewl_filelist_cb_clicked(Ewl_Widget *w, void *ev,
 				md->base.x, md->base.y);
 	while (c && c->parent)
 	{
-		if (ewl_widget_type_is(c, "highlight"))
+		if (!ewl_widget_internal_is(c))
 		{
 			i = 1;
 			break;
diff --git a/src/lib/ewl_mvc.c b/src/lib/ewl_mvc.c
index 8dfaf30..e4e7872 100644
--- a/src/lib/ewl_mvc.c
+++ b/src/lib/ewl_mvc.c
@@ -455,8 +455,7 @@ ewl_mvc_selected_set(Ewl_MVC *mvc, const Ewl_Model *model, void *data,
 	DCHECK_PARAM_PTR(mvc);
 	DCHECK_TYPE(mvc, EWL_MVC_TYPE);
 
-	if ((mvc->selection_mode == EWL_SELECTION_MODE_NONE) ||
-			(ewl_mvc_selected_is(mvc, data, row, column)))
+	if (mvc->selection_mode == EWL_SELECTION_MODE_NONE)
 		DRETURN(DLEVEL_STABLE);
 
 	ewl_mvc_selected_clear_private(mvc);

-- 
Enlightenment DR17 toolkit based (based on the EFL)



More information about the Pkg-e-commits mailing list