Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        session.c 


Log Message:
Fix some session management property types.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/session.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -3 -r1.78 -r1.79
--- session.c   27 Sep 2004 18:35:51 -0000      1.78
+++ session.c   23 Nov 2004 19:19:44 -0000      1.79
@@ -523,12 +523,12 @@
    SmProp             *props[7];
 
    programProp.name = (char *)SmProgram;
-   programProp.type = (char *)SmLISTofARRAY8;
+   programProp.type = (char *)SmARRAY8;
    programProp.num_vals = 1;
    programProp.vals = &programVal;
 
    userIDProp.name = (char *)SmUserID;
-   userIDProp.type = (char *)SmLISTofARRAY8;
+   userIDProp.type = (char *)SmARRAY8;
    userIDProp.num_vals = 1;
    userIDProp.vals = &userIDVal;
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to