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

gregoa pushed a commit to branch master
in repository jabref.

commit 47f5ea8598d76325eeb67ce552e57b52b4d7fb2f
Author: gregor herrmann <[email protected]>
Date:   Sun Sep 24 22:49:28 2006 +0000

    add "import java.awt.event.* ;" to make patch work
---
 debian/patches/02_button.dpatch | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/patches/02_button.dpatch b/debian/patches/02_button.dpatch
index 32088b0..6dc2d53 100755
--- a/debian/patches/02_button.dpatch
+++ b/debian/patches/02_button.dpatch
@@ -7,9 +7,17 @@
 
 @DPATCH@
 diff -urNad jabref~/src/java/net/sf/jabref/JabRef.java 
jabref/src/java/net/sf/jabref/JabRef.java
---- jabref~/src/java/net/sf/jabref/JabRef.java 2006-08-10 21:38:43.000000000 
+0200
-+++ jabref/src/java/net/sf/jabref/JabRef.java  2006-09-25 00:30:22.000000000 
+0200
-@@ -654,6 +654,15 @@
+--- jabref~/src/java/net/sf/jabref/JabRef.java 2006-09-25 00:43:59.000000000 
+0200
++++ jabref/src/java/net/sf/jabref/JabRef.java  2006-09-25 00:44:19.000000000 
+0200
+@@ -31,6 +31,7 @@
+ 
+ import gnu.dtools.ritopt.*;
+ import java.awt.*;
++import java.awt.event.* ;
+ 
+ import java.io.*;
+ import java.io.File;
+@@ -632,6 +633,15 @@
                              
UIManager.put("SimpleInternalFrame.activeTitleBackground", 
GUIGlobals.gradientBlue);
                              //UIManager.put("TabbedPane.selected", Color.red);
                          }

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

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

Reply via email to