Radio buttons have focus stealing issues. Disable setting focus to the bg_list in...
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 20 Jan 2006 11:09:14 +0000 (11:09 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 20 Jan 2006 11:09:14 +0000 (11:09 +0000)
SVN revision: 19923

src/bin/e_int_config_background.c

index ea0cf40..79c5883 100644 (file)
@@ -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);