Comment 9 for bug 220656

Revision history for this message
Siegfried Gevatter (rainct) wrote :

Zenity should be returning an error code if the users presses Cancel on the progress dialogue.

{{{
case GTK_RESPONSE_CANCEL:
   [autokill stuff... ]
   zen_data->exit_code = zenity_util_return_exit_code (ZENITY_CANCEL);
   break;
}}}