[progress] Cosmetic fix in code comment
This commit is contained in:
parent
62a1292d1e
commit
5c6a48f684
@ -238,8 +238,8 @@ zenity_progress_dialog_response (GtkWidget *widget, int response, gpointer data)
|
|||||||
case GTK_RESPONSE_CANCEL:
|
case GTK_RESPONSE_CANCEL:
|
||||||
/* We do not want to kill the parent process, in order to give the user
|
/* 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.
|
the ability to choose the action to be taken. See bug #310824.
|
||||||
-- Monday 27, March 2006
|
|
||||||
But we want to give people the option to choose this behavior.
|
But we want to give people the option to choose this behavior.
|
||||||
|
-- Monday 27, March 2006
|
||||||
*/
|
*/
|
||||||
if (autokill) {
|
if (autokill) {
|
||||||
kill (getppid (), 1);
|
kill (getppid (), 1);
|
||||||
|
Reference in New Issue
Block a user