diff options
-rw-r--r-- | src/progress.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/progress.c b/src/progress.c index 485f4797..668f4277 100644 --- a/src/progress.c +++ b/src/progress.c @@ -243,8 +243,6 @@ zenity_progress_dialog_response (GtkWidget *widget, int response, gpointer data) */ if (autokill) { kill (getppid (), 1); - zen_data->exit_code = zenity_util_return_exit_code (ZENITY_CANCEL); - break; } zen_data->exit_code = zenity_util_return_exit_code (ZENITY_CANCEL); break; |