Hi, All,

The patch seems to be
http://azureus.cvs.sourceforge.net/azureus/azureus2/org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java?r1=1.20&r2=1.21
lines 441 ff.

Applied to the current debian source, I think it is:


--- org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java
2006-07-15 10:59:33.000000000 +0200
+++ org/gudy/azureus2/ui/swt/shells/MessageSlideShell.orig
2006-07-15 11:00:13.000000000 +0200
@@ -324,7 +324,7 @@
                btnHideAll = new Button(cButtons, SWT.PUSH);
                Messages.setLanguageText(btnHideAll, "popup.error.hideall");
                btnHideAll.setVisible(false);
-               btnHideAll.addListener(SWT.MouseUp, new Listener() {
+               btnHideAll.addListener(SWT.Selection, new Listener() {
                        public void handleEvent(Event arg0) {
                                cButtons.setEnabled(false);
                                try {


However, I cannot get the debian package to compile on my machine:

----------
1. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 27)
        import org.eclipse.swt.layout.FillLayout;
               ^^^^^^^^^^^
The import org.eclipse cannot be resolved
----------
2. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 28)
        import org.eclipse.swt.widgets.Display;
               ^^^^^^^^^^^
The import org.eclipse cannot be resolved
----------
3. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 29)
        import org.eclipse.swt.widgets.Shell;
               ^^^^^^^^^^^
The import org.eclipse cannot be resolved
----------
4. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 46)
        final Display display = new Display();
              ^^^^^^^
Display cannot be resolved to a type
----------
5. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 46)
        final Display display = new Display();
                                    ^^^^^^^
Display cannot be resolved to a type
----------
6. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 47)
        Shell shell = new Shell(display);
        ^^^^^
Shell cannot be resolved to a type
----------
7. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 47)
        Shell shell = new Shell(display);
                          ^^^^^
Shell cannot be resolved to a type
----------
8. ERROR in
com/aelitis/azureus/core/dht/vivaldi/maths/impl/tests/VivaldiVisualTest.java
 (at line 49)
        shell.setLayout(new FillLayout());
                            ^^^^^^^^^^
FillLayout cannot be resolved to a type
----------
8 problems (8 errors)xargs: Prozeß javac mit Rückgabewert 255 beendet.
Abbruch!
make[1]: *** [java-stamp] Fehler 124
make[1]: Leaving directory `/usr/src/azureus/azureus-2.4.0.2'
make: *** [build] Fehler 2

(This is for both the patched and unpatched source. I ran "apt-get
build-dep azureus" to ensure I have all build dependencies.).

Btw, the "press space" workaround does not work for me (may depend on
the window manager).

HTH,
Markus

Reply via email to