[elvystrac] r1866 - pridan komentar

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Thu, 25 Feb 2010 11:39:56 +0100

Author: EvaV
Date: 2010-02-25 11:39:56 +0100 (Thu, 25 Feb 2010)
New Revision: 1866

Modified:
   
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
Log:
pridan komentar

Modified: 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
===================================================================
--- 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
       2010-02-25 10:08:35 UTC (rev 1865)
+++ 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
       2010-02-25 10:39:56 UTC (rev 1866)
@@ -386,6 +386,9 @@
                }
        }
        
+       /**
+        * Detects timer actions and sends to web that layout is still edited
+        */
        @Override
        public void actionPerformed(ActionEvent e) {
                if (e.getSource() == timer) {
@@ -399,7 +402,6 @@
                        }
 
                }
-
        }
        
 


Other related posts:

  • » [elvystrac] r1866 - pridan komentar - elvys