Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 17292428ba98ba68f2c056979a62a3f3 > files > 11

arduino-1.6.5-3.1.mga6.src.rpm

Index: arduino-1.6.5/app/src/processing/app/Base.java
===================================================================
--- arduino-1.6.5/app/src/processing/app/Base.java
+++ arduino-1.6.5/app/src/processing/app/Base.java	2015-08-18 16:23:24.001676819 +0200
@@ -49,7 +49,7 @@
 import processing.app.helpers.filefilters.OnlyFilesWithExtension;
 import processing.app.javax.swing.filechooser.FileNameExtensionFilter;
 import processing.app.legacy.PApplet;
-import processing.app.macosx.ThinkDifferent;
+// import processing.app.macosx.ThinkDifferent;
 import processing.app.packages.LibraryList;
 import processing.app.packages.UserLibrary;
 import processing.app.syntax.PdeKeywords;
@@ -129,9 +129,9 @@
 
     splashScreenHelper.splashText(_("Loading configuration..."));
 
-    if (OSUtils.isMacOS()) {
-      ThinkDifferent.init();
-    }
+//    if (OSUtils.isMacOS()) {
+//      ThinkDifferent.init();
+//    }
 
     try {
       guardedMain(args);