Your message dated Mon, 9 Jul 2007 15:11:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#382712: New testing perl-tk listbox does not return 
selected item
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: perl-tk
Version: 1:800.025-2
Severity: important

The new testing version of perl-tk package (804.027-6) seems to have a
flaw when I select an item in a listbox. Specifically, no item is
returned. This can even be seen with the native 'widget' tool. The
problem was never present before today's upgrade. I have subsequently
downgraded to the stable (800.025-2), and things are working crrectly
again.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages perl-tk depends on:
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries
ii  libx11-6                      2:1.0.0-7  X11 client-side library
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.3]     5.8.8-6.1  The Pathologically Eclectic Rubbis

perl-tk recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Colin Tuckley wrote:
> This is not a bug!
> 
> It is a documented change in the way Tk::Listbox operates.
> 
> See "perldoc Tk::804delta"
> 
> In summary:
> 
> curselection of Tk::Listbox now returns an array reference in scalar
> context. This means you have to write
> 
>                my(@selected) = $listbox->curselection
> 
>        or
> 
>                my(@selected) = @{ $listbox->curselection }

Closing bug.

-- 
----------------------------
Michael Schultheiss
E-mail: [EMAIL PROTECTED]

--- End Message ---

Reply via email to