Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_shelf.c 


Log Message:
E style

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_shelf.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_int_config_shelf.c        28 Jul 2006 11:33:43 -0000      1.21
+++ e_int_config_shelf.c        28 Jul 2006 11:34:38 -0000      1.22
@@ -26,16 +26,13 @@
    E_Config_Dialog_View *v;
    
    v = E_NEW(E_Config_Dialog_View, 1);
-   if (v) 
-     {
-       v->create_cfdata = _create_data;
-       v->free_cfdata = _free_data;
-       v->basic.create_widgets = _basic_create_widgets;
-       
-       cfd = e_config_dialog_new(con, _("Shelf Settings"), 
"enlightenment/shelf", 0, v, NULL);
-       return cfd;
-     }
-   return NULL;
+   if (!v) return NULL; 
+   v->create_cfdata = _create_data;
+   v->free_cfdata = _free_data;
+   v->basic.create_widgets = _basic_create_widgets;
+
+   cfd = e_config_dialog_new(con, _("Shelf Settings"), "enlightenment/shelf", 
0, v, NULL);
+   return cfd;
 }
 
 static void *



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to