You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/07/10 22:45:32 UTC

svn commit: r420629 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java

Author: jeremias
Date: Mon Jul 10 13:45:31 2006
New Revision: 420629

URL: http://svn.apache.org/viewvc?rev=420629&view=rev
Log:
Sometimes I do stuff much too quickly. Removed debug code.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java?rev=420629&r1=420628&r2=420629&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java Mon Jul 10 13:45:31 2006
@@ -157,7 +157,7 @@
         if (MimeConstants.MIME_FOP_AWT_PREVIEW.equals(outputmode)) {
             //set the system look&feel for the preview dialog
             try {
-                if (false) UIManager.setLookAndFeel(
+                UIManager.setLookAndFeel(
                     UIManager.getSystemLookAndFeelClassName());
             } catch (Exception e) {
                 System.err.println("Couldn't set system look & feel!");



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org