[brailleblaster] push by sahel.ma...@xxxxxxxxx - Removing pop up box on 2014-07-22 14:39 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Tue, 22 Jul 2014 14:39:33 +0000

Revision: 57fcd28ba7a3
Branch:   default
Author:   Sahel "sahel.mastoureshgh@xxxxxxxxx"
Date:     Tue Jul 22 14:36:16 2014 UTC
Log:      Removing pop up box
http://code.google.com/p/brailleblaster/source/detail?r=57fcd28ba7a3

Modified:
 /src/main/org/brailleblaster/document/BBDocument.java

=======================================
--- /src/main/org/brailleblaster/document/BBDocument.java Thu Jul 17 20:03:48 2014 UTC +++ /src/main/org/brailleblaster/document/BBDocument.java Tue Jul 22 14:36:16 2014 UTC
@@ -400,17 +400,20 @@
                                String text = lh.localValue("missingSem");
                                for(int i = 0; i < missingSemanticsList.size(); 
i++){
                                        text += missingSemanticsList.get(i) + 
"\n";
+                                       System.out.println(text);
                                }
                                text += lh.localValue("checkConfig");
-                               new Notify(text);
+                               System.out.println(text);
+                               //new Notify(text);
                        }

                        if(mistranslationList.size() > 0){
                                String text = lh.localValue("mistransError");
                                for(int i = 0; i < mistranslationList.size(); 
i++){
                                        text += mistranslationList.get(i) + 
"\n";
+                                       System.out.println(text);
                                }
-                               new Notify(text);
+                               //new Notify(text);
                        }
                }
                missingSemanticsList.clear();

Other related posts:

  • » [brailleblaster] push by sahel.ma...@xxxxxxxxx - Removing pop up box on 2014-07-22 14:39 GMT - brailleblaster