Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        config.c 


Log Message:
forget the boolean_get
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- config.c    7 Oct 2004 14:36:39 -0000       1.42
+++ config.c    8 Oct 2004 15:02:06 -0000       1.43
@@ -28,7 +28,7 @@
 zoom_listener(const char *key, const Ecore_Config_Type type, const int tag,
               void *data)
 {
-  options.zoom = ecore_config_int_get(key);
+  options.zoom = ecore_config_boolean_get(key);
 }
 
 theme_listener(const char *key, const Ecore_Config_Type type, const int tag,
@@ -148,14 +148,14 @@
   ecore_config_listen("theme", "engage.options.theme", theme_listener, 0, NULL);
   options.mode = ecore_config_int_get("engage.options.mode");
   options.grab_min_icons =
-    ecore_config_int_get("engage.options.grab_min_icons");
+    ecore_config_boolean_get("engage.options.grab_min_icons");
   options.grab_app_icons =
-    ecore_config_int_get("engage.options.grab_app_icons");
-  options.auto_hide = ecore_config_int_get("engage.options.auto_hide");
+    ecore_config_boolean_get("engage.options.grab_app_icons");
+  options.auto_hide = ecore_config_boolean_get("engage.options.auto_hide");
   
   options.size = ecore_config_int_get("engage.options.size");
   options.spacing = ecore_config_int_get("engage.options.spacing");
-  options.zoom = ecore_config_int_get("engage.options.zoom");
+  options.zoom = ecore_config_boolean_get("engage.options.zoom");
   ecore_config_listen("zoom", "engage.options.zoom", zoom_listener, 0, NULL);
   options.zoomfactor = ecore_config_float_get("engage.options.zoom_factor");
   options.dock_zoom_duration =




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to