~ubuntu-branches/ubuntu/precise/zenity/precise-proposed

« back to all changes in this revision

Viewing changes to src/progress.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-15 14:06:51 UTC
  • mfrom: (1.1.42 upstream) (2.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110415140651-67qxc3ur69i70xve
Tags: 3.0.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
    g_string_free (string, TRUE);
184
184
  }
185
185
 
186
 
  if (condition != G_IO_IN) {
 
186
  if ((condition != G_IO_IN) && (condition != G_IO_IN + G_IO_HUP)) {
187
187
    /* We assume that we are done, so stop the pulsating and de-sensitize the buttons */
188
188
    GtkWidget *button;
189
189