$OpenBSD: patch-src_progress_c,v 1.8 2012/09/27 08:00:06 jasper Exp $

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

--- src/progress.c.orig	Wed Sep 26 00:46:11 2012
+++ src/progress.c	Wed Sep 26 09:22:29 2012
@@ -179,7 +179,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;
 
