seoz pushed a commit to branch master.

commit 8dfea427b7be125645811ba27b346ec69206a7fc
Author: Daniel Juyung Seo <[email protected]>
Date:   Mon Jun 10 11:17:19 2013 +0900

    elm_panel.c: call elm_widget_can_focus_set() just once in smart add.
---
 src/lib/elm_panel.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elm_panel.c b/src/lib/elm_panel.c
index cae0bec..7756f94 100644
--- a/src/lib/elm_panel.c
+++ b/src/lib/elm_panel.c
@@ -347,8 +347,6 @@ _elm_panel_smart_add(Eo *obj, void *_pd, va_list *list 
EINA_UNUSED)
 
    eo_do(obj, elm_wdg_theme(NULL));
 
-   elm_widget_can_focus_set(obj, EINA_TRUE);
-
    priv->bx = evas_object_box_add(evas_object_evas_get(obj));
    evas_object_size_hint_align_set(priv->bx, 0.5, 0.5);
    evas_object_box_layout_set(priv->bx, _box_layout_cb, priv, NULL);

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to