rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=9d75939aa75580c751d6121a45d842fc952f2041

commit 9d75939aa75580c751d6121a45d842fc952f2041
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Nov 9 16:00:28 2015 +0200

    workspace: select default radio
    
    Change-Id: I8285032f0358ab2a2246b00d08909e0392b95544
---
 src/bin/ui/workspace/workspace.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/workspace/workspace.c b/src/bin/ui/workspace/workspace.c
index c22362b..60204de 100644
--- a/src/bin/ui/workspace/workspace.c
+++ b/src/bin/ui/workspace/workspace.c
@@ -985,6 +985,7 @@ _mode_part_add(Evas_Object *parent)
 
    radio_group = radio_mode = elm_radio_add(parent);
    elm_radio_state_value_set(radio_mode, 1);
+   elm_radio_value_set(radio_mode, true);
    elm_box_pack_end(parent, radio_mode);
    evas_object_show(radio_mode);
 

-- 


Reply via email to