Bug#646304: patch for zenity

Florian Streibelt florian at freitagsrunde.org
Mon Jul 23 13:13:15 UTC 2012


Hi,

when applying the attached patch zenity seems to work again as expected:


before:
# zenity --question --text "foo"  --title "bar" --timeout=4 ; echo $?
<doing nothing>
5
# zenity --question --text "foo"  --title "bar" --timeout=4 ; echo $?
<click yes>
5

after:
# zenity --question --text "foo"  --title "bar" --timeout=4 ; echo $?
<doing nothing>
5
# zenity --question --text "foo"  --title "bar" --timeout=4 ; echo $?
<click yes>
0


/Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zenity-timeout.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120723/483ca02f/attachment-0001.bin>


More information about the pkg-gnome-maintainers mailing list