Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_startup.c 


Log Message:
Modify startup config dialog slightly so that it looks & acts like wallpaper
and theme dialog.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_startup.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_int_config_startup.c      17 Apr 2007 12:02:11 -0000      1.28
+++ e_int_config_startup.c      19 Apr 2007 11:56:11 -0000      1.29
@@ -330,6 +330,10 @@
    e_widget_table_object_append(ot, ol, 0, 0, 1, 1, 1, 1, 1, 1);
    
    of = e_widget_list_add(evas, 0, 0);
+
+   o = e_widget_check_add(evas, _("Show Splash Screen on Login"), 
+                         &(cfdata->show_splash));
+   e_widget_list_object_append(of, o, 1, 0, 0.0);
    
    o = e_widget_preview_add(evas, 320, (320 * z->h) / z->w);
    cfdata->o_preview = o;
@@ -338,12 +342,7 @@
    e_widget_preview_edje_set(o, f, "e/init/splash");
    e_widget_list_object_append(of, o, 0, 0, 0.5);
    
-   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);
-   
-   o = e_widget_check_add(evas, _("Show Splash Screen on Login"), 
-                         &(cfdata->show_splash));
-   e_widget_table_object_append(ot, o, 1, 3, 1, 1, 0, 0, 0, 0);
-
+   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0);
    e_dialog_resizable_set(cfd->dia, 1);
    return ot;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to