Enlightenment CVS committal

Author  : chaos
Project : e_modules
Module  : wlan

Dir     : e_modules/wlan


Modified Files:
        e_mod_config.c e_mod_main.c 


Log Message:
* Non wlan-related items --

===================================================================
RCS file: /cvs/e/e_modules/wlan/e_mod_config.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_mod_config.c      2 Sep 2006 00:56:06 -0000       1.14
+++ e_mod_config.c      2 Sep 2006 09:55:34 -0000       1.15
@@ -7,8 +7,6 @@
   int always_text;
   int show_percent;
 #ifdef __linux__
-  int real_ignore_buffers;
-  int real_ignore_cached;
 #endif
 };
 
@@ -48,10 +46,6 @@
 _fill_data (Config_Item * ci, E_Config_Dialog_Data * cfdata)
 {
   cfdata->poll_time = ci->poll_time;
-#ifdef __linux__
-  cfdata->real_ignore_buffers = ci->real_ignore_buffers;
-  cfdata->real_ignore_cached = ci->real_ignore_cached;
-#endif
 //   cfdata->show_text = c->conf->show_text;
   cfdata->always_text = ci->always_text;
   cfdata->show_percent = ci->show_percent;
@@ -98,16 +92,7 @@
     e_widget_check_add (evas, D_ ("Show Text As Percent"),
                        &(cfdata->show_percent));
   e_widget_framelist_object_append (of, ob);
-#ifdef __linux__
-  ob =
-    e_widget_check_add (evas, D_ ("Ignore Buffers"),
-                       &(cfdata->real_ignore_buffers));
-  e_widget_framelist_object_append (of, ob);
-  ob =
-    e_widget_check_add (evas, D_ ("Ignore Cached"),
-                       &(cfdata->real_ignore_cached));
-  e_widget_framelist_object_append (of, ob);
-#endif
+
   ob = e_widget_label_add (evas, D_ ("Check Interval:"));
   e_widget_framelist_object_append (of, ob);
   ob =
@@ -126,10 +111,7 @@
 
   ci = cfd->data;
   ci->poll_time = cfdata->poll_time;
-#ifdef __linux__
-  ci->real_ignore_buffers = cfdata->real_ignore_buffers;
-  ci->real_ignore_cached = cfdata->real_ignore_cached;
-#endif
+
   ci->always_text = cfdata->always_text;
   ci->show_percent = cfdata->show_percent;
   e_config_save_queue ();
===================================================================
RCS file: /cvs/e/e_modules/wlan/e_mod_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_main.c        2 Sep 2006 00:56:06 -0000       1.28
+++ e_mod_main.c        2 Sep 2006 09:55:34 -0000       1.29
@@ -243,10 +243,6 @@
   ci->poll_time = 1.0;
   ci->always_text = 0;
   ci->show_percent = 1;
-#ifdef __linux__
-  ci->real_ignore_buffers = 0;
-  ci->real_ignore_cached = 0;
-#endif
 
   wlan_config->items = evas_list_append (wlan_config->items, ci);
   return ci;
@@ -272,10 +268,6 @@
   E_CONFIG_VAL (D, T, poll_time, DOUBLE);
   E_CONFIG_VAL (D, T, always_text, INT);
   E_CONFIG_VAL (D, T, show_percent, INT);
-#ifdef __linux__
-  E_CONFIG_VAL (D, T, real_ignore_buffers, INT);
-  E_CONFIG_VAL (D, T, real_ignore_cached, INT);
-#endif
 
   conf_edd = E_CONFIG_DD_NEW ("Wlan_Config", Config);
 #undef T
@@ -296,10 +288,6 @@
       ci->poll_time = 1.0;
       ci->always_text = 0;
       ci->show_percent = 1;
-#ifdef __linux__
-      ci->real_ignore_buffers = 0;
-      ci->real_ignore_cached = 0;
-#endif
       wlan_config->items = evas_list_append (wlan_config->items, ci);
     }
   wlan_config->module = m;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to