xlawrence 2004/12/08 17:09:29 CET
Modified files:
src/java/org/jahia/suite/calendar/syncClients
SyncClientFrame.java
Log:
iCalendar sync client now checks if the data returned from the server is
empty. If so, a warning is displaed to the user
Revision Changes Path
1.6 +0 -1
uwcal_JSR168/src/java/org/jahia/suite/calendar/syncClients/SyncClientFrame.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/src/java/org/jahia/suite/calendar/syncClients/SyncClientFrame.java.diff?r1=1.5&r2=1.6&f=h
Index: SyncClientFrame.java
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/src/java/org/jahia/suite/calendar/syncClients/SyncClientFrame.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SyncClientFrame.java 6 Dec 2004 14:39:15 -0000 1.5
+++ SyncClientFrame.java 8 Dec 2004 16:09:29 -0000 1.6
@@ -37,7 +37,6 @@
package org.jahia.suite.calendar.syncClients;
import javax.swing.UIManager;
-import javax.swing.UIManager.LookAndFeelInfo;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.JFrame;