aboutsummaryrefslogtreecommitdiffstats
path: root/mail/test-thread.c
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-11 06:24:00 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-11 06:24:00 +0800
commit523a1a5640ca41fa174ea10b0a4b79c196c2f478 (patch)
tree042790b7ac19cf1e1b361e656a35c550f914d236 /mail/test-thread.c
parentadc07dd4d08a53f8167ebf033381992e952d40e8 (diff)
downloadgsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.tar
gsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.tar.gz
gsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.tar.bz2
gsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.tar.lz
gsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.tar.xz
gsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.tar.zst
gsoc2013-evolution-523a1a5640ca41fa174ea10b0a4b79c196c2f478.zip
Make escape equivalent to cancel in the error and query dialogs
svn path=/trunk/; revision=4708
Diffstat (limited to 'mail/test-thread.c')
-rw-r--r--mail/test-thread.c4
1 files changed, 2 insertions, 2 deletions
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;