Author: jflesch
Date: 2006-12-05 20:47:06 +0000 (Tue, 05 Dec 2006)
New Revision: 11248

Modified:
   trunk/apps/Thaw/images/index-existing.png
   trunk/apps/Thaw/images/index-new.png
   trunk/apps/Thaw/src/thaw/fcp/FCPConnection.java
   trunk/apps/Thaw/src/thaw/plugins/QueueWatcher.java
   trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueueTableModel.java
Log:
Update the icons

Modified: trunk/apps/Thaw/images/index-existing.png
===================================================================
(Binary files differ)

Modified: trunk/apps/Thaw/images/index-new.png
===================================================================
(Binary files differ)

Modified: trunk/apps/Thaw/src/thaw/fcp/FCPConnection.java
===================================================================
--- trunk/apps/Thaw/src/thaw/fcp/FCPConnection.java     2006-12-05 20:24:15 UTC 
(rev 11247)
+++ trunk/apps/Thaw/src/thaw/fcp/FCPConnection.java     2006-12-05 20:47:06 UTC 
(rev 11248)
@@ -23,7 +23,7 @@
        /** If == true, then will print on stdout
         * all fcp input / output.
         */
-       private final static boolean DEBUG_MODE = true;
+       private final static boolean DEBUG_MODE = false;
        private final static int MAX_RECV = 1024;

        private byte[] recvBytes = new byte[MAX_RECV]; /* global to avoid each 
time free() / malloc() */

Modified: trunk/apps/Thaw/src/thaw/plugins/QueueWatcher.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/QueueWatcher.java  2006-12-05 20:24:15 UTC 
(rev 11247)
+++ trunk/apps/Thaw/src/thaw/plugins/QueueWatcher.java  2006-12-05 20:47:06 UTC 
(rev 11248)
@@ -85,7 +85,7 @@
                        panelAdded = split;
                }

-               split.setSize(MainWindow.DEFAULT_SIZE_X - 150, 
MainWindow.DEFAULT_SIZE_Y - 175); /* needed to avoid size = 0at the begining */
+               split.setSize(MainWindow.DEFAULT_SIZE_X - 150, 
MainWindow.DEFAULT_SIZE_Y - 150); /* needed to avoid size = 0at the begining */
                split.setResizeWeight(0.5);

                setMainWindow(core.getMainWindow());

Modified: trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueueTableModel.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueueTableModel.java  
2006-12-05 20:24:15 UTC (rev 11247)
+++ trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueueTableModel.java  
2006-12-05 20:47:06 UTC (rev 11248)
@@ -202,7 +202,7 @@

        public synchronized void addQuery(FCPTransferQuery query) {
                if(this.queries.contains(query)) {
-                       Logger.notice(this, "addQuery() : Already known");
+                       Logger.debug(this, "addQuery() : Already known");
                        return;
                }



Reply via email to