diff options
author | Lucas Rocha <lucasr@gnome.org> | 2009-08-08 10:51:52 +0100 |
---|---|---|
committer | Lucas Rocha <lucasr@gnome.org> | 2009-08-08 10:51:52 +0100 |
commit | 5c6a48f6843bbc133a2c9b48ecc67c7a271474f2 (patch) | |
tree | b1ffaf8c1469ec9ba3e2659c662516b2cb032bcd /src | |
parent | Bug 579999 – zenity sets a huge but finite timeout (diff) | |
download | zenity-5c6a48f6843bbc133a2c9b48ecc67c7a271474f2.tar.gz zenity-5c6a48f6843bbc133a2c9b48ecc67c7a271474f2.tar.bz2 zenity-5c6a48f6843bbc133a2c9b48ecc67c7a271474f2.zip |
[progress] Cosmetic fix in code comment
Diffstat (limited to 'src')
-rw-r--r-- | src/progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progress.c b/src/progress.c index a17a36ae..485f4797 100644 --- a/src/progress.c +++ b/src/progress.c @@ -238,8 +238,8 @@ zenity_progress_dialog_response (GtkWidget *widget, int response, gpointer data) case GTK_RESPONSE_CANCEL: /* We do not want to kill the parent process, in order to give the user the ability to choose the action to be taken. See bug #310824. + But we want to give people the option to choose this behavior. -- Monday 27, March 2006 - But we want to give people the option to choose this behavior. */ if (autokill) { kill (getppid (), 1); |