xlawrence    2005/02/01 11:54:51 CET

  Modified files:
    syncClient/src/java/org/jahia/suite/calendar/syncClients 
                                                             
SyncClientFrame.java 
  Log:
  When creating a new .ics file, the created file is now set as the default 
file to synch
  
  Revision  Changes    Path
  1.3       +1 -0      
uwcal_JSR168/syncClient/src/java/org/jahia/suite/calendar/syncClients/SyncClientFrame.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/syncClient/src/java/org/jahia/suite/calendar/syncClients/SyncClientFrame.java.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: SyncClientFrame.java
  ===================================================================
  RCS file: 
/home/cvs/repository/uwcal_JSR168/syncClient/src/java/org/jahia/suite/calendar/syncClients/SyncClientFrame.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SyncClientFrame.java      7 Jan 2005 13:25:28 -0000       1.2
  +++ SyncClientFrame.java      1 Feb 2005 10:54:50 -0000       1.3
  @@ -401,6 +401,7 @@
               }
               try {
                   file.createNewFile();
  +                fileValue.setText(file.getAbsolutePath());
               } catch (IOException e) {
                   showError(e.getMessage());
               }
  

Reply via email to