Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir     : e_modules/slideshow


Modified Files:
        e_mod_main.c 


Log Message:
Aside from some minor formatting, nothing wrong with that patch.
(Formatting fixed)

===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- e_mod_main.c        18 Dec 2006 06:16:56 -0000      1.41
+++ e_mod_main.c        18 Dec 2006 09:15:58 -0000      1.42
@@ -568,10 +568,10 @@
    else if (ci->all_desks == 2)
      {
        z = e_gadcon_zone_get(g);
-        for (i = 0; i < z->desk_x_count*z->desk_y_count; i++)
+        for (i = 0; i < z->desk_x_count * z->desk_y_count; i++)
           {
             e_bg_del(z->container->num, z->num, z->desks[i]->x, 
z->desks[i]->y);
-            e_bg_add(z->container->num, z->num, z->desks[i]->x, 
z->desks[i]->y, buf);           
+            e_bg_add(z->container->num, z->num, z->desks[i]->x, 
z->desks[i]->y, buf);
          }     
      }   
 



-------------------------------------------------------------------------
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