Author: varun-guest
Date: 2007-12-16 22:07:43 +0000 (Sun, 16 Dec 2007)
New Revision: 5084

Added:
   trunk/jajuk/debian/patches/AquaLnFPopupLocationFix.diff
Modified:
   trunk/jajuk/debian/changelog
   trunk/jajuk/debian/patches/series
Log:
* Add patches/AquaLnFPopupLocationFix.diff for the missing class in the
  new version of swingx

Modified: trunk/jajuk/debian/changelog
===================================================================
--- trunk/jajuk/debian/changelog        2007-12-16 21:57:30 UTC (rev 5083)
+++ trunk/jajuk/debian/changelog        2007-12-16 22:07:43 UTC (rev 5084)
@@ -1,9 +1,11 @@
-jajuk (1.4.4+svn3115-2) UNRELEASED; urgency=low
+jajuk (1.4.4+svn3115-2) unstable; urgency=low
 
   * Fix the debian/watch file (Closes: #456481)
   * debian/jajuk.sh: Set java.library.path to /usr/lib/jni/
+  * Add patches/AquaLnFPopupLocationFix.diff for the missing class in the
+    new version of swingx
 
- -- Varun Hiremath <[EMAIL PROTECTED]>  Fri, 14 Dec 2007 00:51:19 +0530
+ -- Varun Hiremath <[EMAIL PROTECTED]>  Mon, 17 Dec 2007 02:52:05 +0530
 
 jajuk (1.4.4+svn3115-1) unstable; urgency=low
 

Added: trunk/jajuk/debian/patches/AquaLnFPopupLocationFix.diff
===================================================================
--- trunk/jajuk/debian/patches/AquaLnFPopupLocationFix.diff                     
        (rev 0)
+++ trunk/jajuk/debian/patches/AquaLnFPopupLocationFix.diff     2007-12-16 
22:07:43 UTC (rev 5084)
@@ -0,0 +1,21 @@
+Index: jajuk-1.4.4+svn3115/src/main/java/ext/AutoCompleteDecorator.java
+===================================================================
+--- jajuk-1.4.4+svn3115.orig/src/main/java/ext/AutoCompleteDecorator.java      
2007-12-17 03:32:26.000000000 +0530
++++ jajuk-1.4.4+svn3115/src/main/java/ext/AutoCompleteDecorator.java   
2007-12-17 03:32:41.000000000 +0530
+@@ -34,7 +34,6 @@
+ import org.jdesktop.swingx.autocomplete.ListAdaptor;
+ import org.jdesktop.swingx.autocomplete.ObjectToStringConverter;
+ import org.jdesktop.swingx.autocomplete.TextComponentAdaptor;
+-import org.jdesktop.swingx.autocomplete.workarounds.AquaLnFPopupLocationFix;
+ 
+ import java.awt.event.ActionEvent;
+ import java.awt.event.FocusAdapter;
+@@ -188,7 +187,7 @@
+               // has to be editable
+               comboBox.setEditable(true);
+               // fix the popup location
+-              AquaLnFPopupLocationFix.install(comboBox);
++              // AquaLnFPopupLocationFix.install(comboBox);
+ 
+               // configure the text component=editor component
+               JTextComponent editorComponent = (JTextComponent) 
comboBox.getEditor().getEditorComponent();

Modified: trunk/jajuk/debian/patches/series
===================================================================
--- trunk/jajuk/debian/patches/series   2007-12-16 21:57:30 UTC (rev 5083)
+++ trunk/jajuk/debian/patches/series   2007-12-16 22:07:43 UTC (rev 5084)
@@ -1,3 +1,4 @@
 cobra.diff
 lastfm.diff
 
+AquaLnFPopupLocationFix.diff


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to