[SCM] GeoGebra: Dynamic mathematics software for education branch, patch/no_mac, updated. upstream/3.2.47.0+dfsg1-135-g95090fd

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Sat Dec 24 09:35:26 UTC 2011


The following commit has been merged in the patch/no_mac branch:
commit 95090fddb333ad54af9322a9256329a70a4b1f28
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Dec 16 14:29:33 2011 +0100

    Remove some Mac specific code.

diff --git a/geogebra/gui/app/GeoGebraFrame.java b/geogebra/gui/app/GeoGebraFrame.java
index bafbee0..4ee3b7a 100644
--- a/geogebra/gui/app/GeoGebraFrame.java
+++ b/geogebra/gui/app/GeoGebraFrame.java
@@ -255,16 +255,6 @@ public class GeoGebraFrame extends JFrame implements WindowFocusListener {
 	 * MacOS X specific initing. Note: this method can only be run on a Mac!
 	 */
 	public static void initMacSpecifics() {
-		try {
-			// init mac application listener
-			MacApplicationListener.initMacApplicationListener();
-
-			// mac menu bar
-			// System.setProperty("com.apple.macos.useScreenMenuBar", "true");
-			System.setProperty("apple.laf.useScreenMenuBar", "true");
-		} catch (Exception e) {
-			Application.debug(e + "");
-		}
 	}
 
 	public static synchronized GeoGebraFrame createNewWindow(

-- 
GeoGebra: Dynamic mathematics software for education



More information about the pkg-java-commits mailing list