From ad3a4f0926b5cf87198018cbbab8075dbe9ceb26 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 20 Jan 2006 11:09:14 +0000 Subject: [PATCH] Radio buttons have focus stealing issues. Disable setting focus to the bg_list in advanced for now as this causes weird behavior with the radios. SVN revision: 19923 --- src/bin/e_int_config_background.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_background.c b/src/bin/e_int_config_background.c index ea0cf40a0..79c5883c6 100644 --- a/src/bin/e_int_config_background.c +++ b/src/bin/e_int_config_background.c @@ -83,7 +83,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf _load_bgs(cfd, il); im = cfd->data; - e_widget_focus_set(il, 1); + /* e_widget_focus_set(il, 1); */ e_widget_ilist_go(il); e_widget_table_object_append(ot, il, 0, 0, 1, 2, 1, 1, 1, 1);