elm_widget : merge with 59733 (fixing focus problem)
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 30 May 2011 01:39:05 +0000 (10:39 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 30 May 2011 01:39:05 +0000 (10:39 +0900)
src/lib/elm_widget.c

index 2213271..f5b3a2d 100644 (file)
@@ -1731,6 +1731,7 @@ elm_widget_focus_steal(Evas_Object *obj)
 
    if (sd->focused) return;
    if (sd->disabled) return;
+   if (!sd->can_focus) return;
    parent = obj;
    for (;;)
      {