From 523a1a5640ca41fa174ea10b0a4b79c196c2f478 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 10 Aug 2000 22:24:00 +0000 Subject: Make escape equivalent to cancel in the error and query dialogs svn path=/trunk/; revision=4708 --- mail/test-thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/test-thread.c') diff --git a/mail/test-thread.c b/mail/test-thread.c index 7a389605ec..eddf9dd7c8 100644 --- a/mail/test-thread.c +++ b/mail/test-thread.c @@ -70,8 +70,8 @@ static gboolean queue_ops( void ) mail_operation_queue( &spec7, NULL, FALSE ); mail_operation_queue( &spec8, NULL, FALSE ); - g_message( "Waiting for finish AGAIN..." ); - mail_operation_wait_for_finish(); + g_message( "Waiting for finish for the last time..." ); + mail_operations_terminate(); g_message( "Ops done again. Exiting 0" ); gtk_exit( 0 ); return FALSE; -- cgit