princeamd pushed a commit to branch enlightenment-0.17.

commit e22c359f065d94628269bfc22576cbb7801e6a94
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:55:09 2013 +0000

    Backport: daa2b49 :: Create the randr widget in _basic_create.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84118
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_int_config_randr.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/modules/conf_randr/e_int_config_randr.c 
b/src/modules/conf_randr/e_int_config_randr.c
index 64ecb83..60a3e74 100644
--- a/src/modules/conf_randr/e_int_config_randr.c
+++ b/src/modules/conf_randr/e_int_config_randr.c
@@ -84,6 +84,12 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata)
    o = e_widget_list_add(evas, 0, 0);
 
    /* try to create randr smart widget */
+   if ((cfdata->o_randr = e_smart_randr_add(evas)))
+     {
+        /* append randr widget to list object */
+        e_widget_list_object_append(o, cfdata->o_randr, 1, 1, 0.5);
+     }
+
    return o;
 }
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to