Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        backgrounds.c 


Log Message:
Remember background for last desktop too.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/backgrounds.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- backgrounds.c       28 Dec 2004 23:46:43 -0000      1.9
+++ backgrounds.c       31 Dec 2004 00:46:30 -0000      1.10
@@ -1179,7 +1179,7 @@
             fprintf(fs, "370 %s\n", bglist[i]->cmclass->name);
          }
 
-       for (j = 0; j < (DesksGetNumber() - 1); j++)
+       for (j = 0; j < (DesksGetNumber()); j++)
          {
             if ((!strcmp(bglist[i]->name, "NONE")) && (!DeskGetBackground(j)))
                fprintf(fs, "564 %d\n", j);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to