[brailleblaster] 2 new revisions pushed by mwhapples on 2012-07-31 12:09 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Tue, 31 Jul 2012 12:10:10 +0000

2 new revisions:

Revision: 3f2ab3685c52
Author:   Michael Whapples
Date:     Tue Jul 31 04:56:28 2012
Log:      merged the log file changes.
http://code.google.com/p/brailleblaster/source/detail?r=3f2ab3685c52

Revision: cd05bd85df82
Author:   Michael Whapples
Date:     Tue Jul 31 05:07:49 2012
Log:      Removed the unwanted head.
http://code.google.com/p/brailleblaster/source/detail?r=cd05bd85df82

==============================================================================
Revision: 3f2ab3685c52
Author:   Michael Whapples
Date:     Tue Jul 31 04:56:28 2012
Log:      merged the log file changes.
http://code.google.com/p/brailleblaster/source/detail?r=3f2ab3685c52

Modified:
 /dist/programData/fonts/README
 /installers/linux/README
 /installers/mac/README
 /installers/windows/README
 /installers/windows/bb_setup_win32_3_0.iss
 /src/main/org/brailleblaster/Subcommands.java
 /src/main/org/brailleblaster/util/CheckLiblouisutdmlLog.java

=======================================
--- /dist/programData/fonts/README      Wed Jul 25 09:46:09 2012
+++ /dist/programData/fonts/README      Tue Jul 31 04:56:28 2012
@@ -1,4 +1,3 @@
 This directory will contain font files in installed instances of
 BrailleBlaster. Since the font files are binary, they cannot be placed
 in the repository.
-
=======================================
--- /src/main/org/brailleblaster/util/CheckLiblouisutdmlLog.java Sat Jul 21 05:54:07 2012 +++ /src/main/org/brailleblaster/util/CheckLiblouisutdmlLog.java Tue Jul 31 04:56:28 2012
@@ -66,6 +66,8 @@
 logStream = new BufferedReader (new FileReader
 (logFileName));
 } catch (FileNotFoundException e) {
+
+new Notify ("Could not find " + logFileName);
 return;
 }
 while(true) {
@@ -98,6 +100,7 @@
 logStream = new BufferedReader (new FileReader
 (logFileName));
 } catch (FileNotFoundException e) {
+new Notify ("Could not find " + logFileName);
 return;
 }
 while(true) {

==============================================================================
Revision: cd05bd85df82
Author:   Michael Whapples
Date:     Tue Jul 31 05:07:49 2012
Log:      Removed the unwanted head.
http://code.google.com/p/brailleblaster/source/detail?r=cd05bd85df82

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


Other related posts:

  • » [brailleblaster] 2 new revisions pushed by mwhapples on 2012-07-31 12:09 GMT - brailleblaster