Explorar el Código

Comments fix.

mingodad hace 13 años
padre
commit
5b86c77051
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      SquiLu-ourbiz/ourbiz-fltk.nut

+ 3 - 3
SquiLu-ourbiz/ourbiz-fltk.nut

@@ -1118,7 +1118,7 @@ class MyListSearchWindow extends ListSearchWindow {
 	_callee_cb = null;
 	_callee_cb = null;
 
 
 	//the parameter is here only to remember derived classes that it can be called
 	//the parameter is here only to remember derived classes that it can be called
-	//without to create a new instance that do not start with default search results
+	//to create a new instance that do not start with default search results
 	//mainly when it is called asyncronously (in that case a undesirable mix of both data will happen)
 	//mainly when it is called asyncronously (in that case a undesirable mix of both data will happen)
 	constructor(doInitialSearch){
 	constructor(doInitialSearch){
 		base.constructor();
 		base.constructor();
@@ -1820,7 +1820,7 @@ class ProductsListSearch extends MyListSearchWindow {
 	_search_by_active = null;
 	_search_by_active = null;
 	_last_image_id = null;
 	_last_image_id = null;
 	_image_window = null;
 	_image_window = null;
-	_fetching_image = null; //flag to prevent stack overflow due to background multiple calls
+	_fetching_image = null; //flag to prevent stack overflow due to multiple background calls
 
 
 	constructor(doInitialSearch=true) {
 	constructor(doInitialSearch=true) {
 		_last_image_id = 0;
 		_last_image_id = 0;
@@ -1883,7 +1883,7 @@ class ProductsListSearch extends MyListSearchWindow {
 			this = sender.window();
 			this = sender.window();
 			if(shown() && !_fetching_image){ 
 			if(shown() && !_fetching_image){ 
 				try {
 				try {
-					//flag to prevent stack overflow due to background multiple calls
+					//flag to prevent stack overflow due to multiple background calls
 					_fetching_image = true;
 					_fetching_image = true;
 					local img_id = sender->get_data_value(sender->row(), sender->cols()-1);
 					local img_id = sender->get_data_value(sender->row(), sender->cols()-1);
 					if(img_id){
 					if(img_id){