Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1990

Modified Files:
        NetAccess.pm ChangeLog 
Log Message:
prompt_selection API fix for wrong-checksum


Index: NetAccess.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/NetAccess.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- NetAccess.pm        16 May 2005 05:59:05 -0000      1.42
+++ NetAccess.pm        20 Jul 2005 20:27:46 -0000      1.43
@@ -202,8 +202,8 @@
                                                                "Expected: 
$checksum \nActual: $found_archive_sum \n";
                        }
                }
-               $result = &prompt_selection(
-                       "The file \"$file\" already exists".$checksum_msg."How 
do you want to proceed?",
+               $result = &prompt_selection("How do you want to proceed?",
+                       intro   => "The file \"$file\" already 
exists".$checksum_msg,
                        default => [ value => $default_value ],
                        choices => [
                                "Delete it and download again" => "retry",

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1057
retrieving revision 1.1058
diff -u -d -r1.1057 -r1.1058
--- ChangeLog   20 Jul 2005 03:27:56 -0000      1.1057
+++ ChangeLog   20 Jul 2005 20:27:46 -0000      1.1058
@@ -1,3 +1,7 @@
+2005-07-20  Dave Vasilevsky  <[EMAIL PROTECTED]>
+
+       * NetAccess.pm: prompt_selection API fix for wrong-checksum
+
 2005-07-19  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * Configure.pm: Forward-port the obsolete-mirrors handling.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to