From f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba Mon Sep 17 00:00:00 2001 From: 0 Date: Tue, 30 Oct 2001 11:10:48 +0000 Subject: Comment out the Folder: and you've got mail prints. 2001-10-30 * folder-info.c: Comment out the Folder: and you've got mail prints. * mail-config-druid.c (wizard_next_cb): If we have a next function, honour if it tells us its going to set the page, and dont set it, otherwise, set it to the next page, unless we're at the end of our pages, and let the wizard do it itself. (wizard_back_cb): Same for going back. Rest of fix for #12127, see e-shell-startup-wizard for the rest. (next_func): If we're not on the last page, tell the druid we're gonna handle the next button, so we can sync properly with it, needed for above changes. (back_func): Similarly for going back past page 0. (wizard_listener_event): We want to set the page to the actual one asked for not, pagenum-1. svn path=/trunk/; revision=14449 --- mail/folder-info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/folder-info.c') diff --git a/mail/folder-info.c b/mail/folder-info.c index 2280b72a46..b916f2fb16 100644 --- a/mail/folder-info.c +++ b/mail/folder-info.c @@ -132,7 +132,7 @@ do_got_info (struct _mail_msg *mm) CORBA_any a; GNOME_Evolution_FolderInfo_MessageCount count; - g_print ("You've got mail: %d, %d\n", m->read, m->unread); + /*g_print ("You've got mail: %d, %d\n", m->read, m->unread);*/ count.path = m->foldername; count.count = m->read; @@ -179,7 +179,7 @@ mail_get_info (const char *foldername, m = mail_msg_new (&get_info_op, NULL, sizeof (*m)); - g_print ("Folder: %s", foldername); + /*g_print ("Folder: %s", foldername);*/ m->foldername = g_strdup (foldername); CORBA_exception_init (&ev); -- cgit v1.2.3