Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        Makefile.am entrance_config.c 


Log Message:
compile
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 3 Mar 2004 15:08:54 -0000       1.7
+++ Makefile.am 7 Mar 2004 12:51:59 -0000       1.8
@@ -8,6 +8,7 @@
 entrance_SOURCES = \
        entrance_auth.c entrance_auth.h \
        entrance_session.c entrance_session.h \
+       entrance_x_session.c entrance_x_session.h \
        entrance_config.c entrance_config.h \
        entrance_user.c entrance_user.h \
        EvasTextEntry.c EvasTextEntry.h \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_config.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- entrance_config.c   7 Mar 2004 05:03:54 -0000       1.21
+++ entrance_config.c   7 Mar 2004 12:51:59 -0000       1.22
@@ -309,11 +309,9 @@
 entrance_config_user_list_write(Entrance_Config * e)
 {
    int i = 0;
-   int count = 0;
    Evas_List *l = NULL;
    E_DB_File *db = NULL;
    Entrance_User *eu = NULL;
-   char **old_keys = NULL;
    char file[PATH_MAX], buf[PATH_MAX];
 
    snprintf(file, PATH_MAX, "%s/entrance_config.db", PACKAGE_CFG_DIR);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to