[Thread Prev][Thread Next][Thread Index]

Re: [ANN] EditAB 1.2 released



Hi,

I received various emails stating a typo in EditAB-1.2, which manifests like 
so:

> dodo%EditAB[117]: EditAB.pl
> syntax error at TkAB.pm line 1098, near "&updateListView)"
> BEGIN failed--compilation aborted at EditAB.pl line 68.
> dodo%EditAB[118]: 
> 

To fix this just remove the closing parenthesis ")" at the end of this line. 
For your convinience (Is this really more convinient? ;-) I'll attach a patch 
at the end of this message.
Alternatively, you can donwload a fixed version of EditAB (version 1.3) from 
my site (http://www.ping.de/sites/garfield/pilotmgr.html).

cu, Bodo

--- TkAB.pm	1999/01/07 22:37:45	1.18
+++ TkAB.pm	1999/01/10 17:56:43
@@ -1,7 +1,7 @@
 package TkAB;
 
 #
-# $Id: TkAB.pm,v 1.18 1999/01/07 22:37:45 bodo Exp $
+# $Id: TkAB.pm,v 1.19 1999/01/10 17:56:49 bodo Exp $
 #
 # graphical interface to data created by
 # SyncAB, part of PilotManager.
@@ -1093,7 +1093,7 @@
     my ($lvwMenu) = $gListViewMenu->cget(-menu);
     my ($cmd) = sub{ ($gListViewCategory = $_[0]) =~ s|.*/ ||;
 		     $gListViewMenu->configure(-text => $gListViewCategory);
-		     &updateListView);
+		     &updateListView;
 		   };
     my ($i);
 
Bodo Bellut          bodo@xxxxxxxxxxxxxxxx   |     USE PGP!       +-----------+
Klosterstr. 7                                | (key via server    |\  O---m  /|
44135 Dortmund       Fon: +49-231-5860337    |  or on request)    |/---------\|
PGP: 768/FA18A639 AE 5A 47 40 5A A0 D6 15  8E 54 44 AA 8D DD 6E BD+-----------+

SourceForge.net Logo