Enlightenment CVS committal
Author : handyande
Project : misc
Module : engage
Dir : misc/engage/src
Modified Files:
config.c
Log Message:
Should have been boolean (like) not free ranging int
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- config.c 15 May 2004 13:46:52 -0000 1.20
+++ config.c 18 May 2004 11:24:49 -0000 1.21
@@ -55,7 +55,7 @@
"Size of icons in default state");
ecore_config_int_create("engage.options.spacing", 4, 'S', "spacing",
"Space in pixels between each icon");
- ecore_config_int_create("engage.options.zoom", 1, 'z', "zoom",
+ ecore_config_int_create_bound("engage.options.zoom", 1, 0, 1, 1, 'z', "zoom",
"Should we zoom icons?");
ecore_config_float_create("engage.options.zoom_factor", 2.0, 'Z',
"zoom-factor",
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs