[brailleblaster] push by john.bo...@xxxxxxxxxxxxxxxxx - fixing a problem with showing status of opened files in the status bar on 2012-05-02 10:18 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Wed, 02 May 2012 10:18:38 +0000

Revision: f59fd5dea375
Author:   John Boyer <john.boyer@xxxxxxxxxxxxxxxxx>
Date:     Wed May  2 03:17:34 2012
Log: fixing a problem with showing status of opened files in the status bar
http://code.google.com/p/brailleblaster/source/detail?r=f59fd5dea375

Modified:
 /src/main/org/brailleblaster/wordprocessor/DocumentManager.java

=======================================
--- /src/main/org/brailleblaster/wordprocessor/DocumentManager.java Tue May 1 23:37:23 2012 +++ /src/main/org/brailleblaster/wordprocessor/DocumentManager.java Wed May 2 03:17:34 2012
@@ -565,8 +565,7 @@
             }
         }
         .start();
-        statusBar.setText ("Read " + numLines + " lines, " + numChars
-        + " characters.");
+
     }

     private void walkTree (Node node) {
@@ -586,6 +585,8 @@
                     display.syncExec(new Runnable() {
                         public void run() {
                             daisy.view.append (buffer);
+ statusBar.setText ("Read " + numLines + " lines, " + numChars
+                                    + " characters.");
                         }
                     });
                     buffer = "";

Other related posts:

  • » [brailleblaster] push by john.bo...@xxxxxxxxxxxxxxxxx - fixing a problem with showing status of opened files in the status bar on 2012-05-02 10:18 GMT - brailleblaster