File: 104_hm_editCellAt.dpatch

package info (click to toggle)
airport-utils 1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,864 kB
  • ctags: 3,449
  • sloc: java: 30,755; sh: 2,442; makefile: 46
file content (18 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh /usr/share/dpatch/dpatch-run
## 104_hm_editCellAt.dpatch by  <jblache@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Comment out editCellAt method calls, as it's unimplemented in Classpath.

@DPATCH@
--- airport-utils-1.orig/hostmon-2.1/airporthostmon/KnownHostTable.java	2003-09-26 03:33:24.000000000 +0200
+++ airport-utils-1/hostmon-2.1/airporthostmon/KnownHostTable.java	2006-04-15 16:22:06.000000000 +0200
@@ -287,7 +287,7 @@
 		catch(ValueFormatException e)
 		{
 		    // set the editing to the mac address in the row that caused the problem
-		    table.editCellAt(i,1);
+		    //table.editCellAt(i,1);
 			
 			// rethrow the exception so can report it
 			throw e;