Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        config.c 


Log Message:
Default is now 0, like it should be. :)

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/config.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- config.c    17 Feb 2004 12:07:28 -0000      1.5
+++ config.c    17 Feb 2004 12:14:17 -0000      1.6
@@ -26,7 +26,7 @@
        p->debug = 0;
        p->intro = 0;
        p->controlcentre = 1;
-       p->autosave = 1;
+       p->autosave = 0;
 
        return (p);
 }




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to