$OpenBSD: patch-src_progress_c,v 1.5 2011/09/12 07:28:55 jasper Exp $

https://bugzilla.gnome.org/show_bug.cgi?id=653468
--auto-close broken by fix for #540560

--- src/progress.c.orig	Tue Apr  5 00:34:20 2011
+++ src/progress.c	Mon Jun 27 10:03:32 2011
@@ -183,7 +183,7 @@ zenity_progress_handle_stdin (GIOChannel   *channel,
     g_string_free (string, TRUE);
   }
 
-  if ((condition != G_IO_IN) && (condition != G_IO_IN + G_IO_HUP)) {
+  if (condition != G_IO_IN) {
     /* We assume that we are done, so stop the pulsating and de-sensitize the buttons */
     GtkWidget *button;
 
