This is an automated email from the git hooks/post-receive script.

ben pushed a commit to branch master
in repository autocomplete.

commit ac5ee58c2d89f5c79f9acc945d77426080b9ce1b
Author: bobbylight <[email protected]>
Date:   Sat Oct 2 19:36:26 2010 +0000

    Fixed silent exception getting thrown when reparsing an RSTA's contents 
when a section of text is removed that included ParserNotices.
    Correction in SpellChecker's readme.
    Couple of other small tweaks.
---
 src/org/fife/ui/autocomplete/AutoCompleteDescWindow.java |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/org/fife/ui/autocomplete/AutoCompleteDescWindow.java 
b/src/org/fife/ui/autocomplete/AutoCompleteDescWindow.java
index cd43e9e..00fe324 100644
--- a/src/org/fife/ui/autocomplete/AutoCompleteDescWindow.java
+++ b/src/org/fife/ui/autocomplete/AutoCompleteDescWindow.java
@@ -179,6 +179,7 @@ class AutoCompleteDescWindow extends JWindow implements 
HyperlinkListener {
                cp.add(bottomPanel, BorderLayout.SOUTH);
                setContentPane(cp);
 
+               applyComponentOrientation(o);
                setFocusableWindowState(false);
 
                history = new ArrayList(1); // Usually small

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/autocomplete.git

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

Reply via email to