diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-15 12:40:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-15 12:40:55 +0800 |
commit | 821f184e823e86877d9034c0d4280ccbd492ebb8 (patch) | |
tree | 57c2e0a8391d3074ea103f81400ca3fcb5ff03b6 /plugins/mail-remote/e-corba-utils.c | |
parent | a4acb907a481ddc2761c17324071f16dd54ec0e7 (diff) | |
download | gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.gz gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.zst gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.zip |
** See #271985.
2005-08-10 Not Zed <NotZed@Ximian.com>
** See #271985.
* evolution-mail-session.c (is_storage): check for uri "" and pass
exception to provider get.
Disable lots of debug output.
svn path=/trunk/; revision=30119
Diffstat (limited to 'plugins/mail-remote/e-corba-utils.c')
-rw-r--r-- | plugins/mail-remote/e-corba-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mail-remote/e-corba-utils.c b/plugins/mail-remote/e-corba-utils.c index bd08ac0502..0b4aae19a4 100644 --- a/plugins/mail-remote/e-corba-utils.c +++ b/plugins/mail-remote/e-corba-utils.c @@ -246,7 +246,7 @@ gboolean e_mail_listener_emit(struct _EDList *list, EMailListenerChanged emit, C while (n) { emit(l->listener, source, changes, &ev); if (ev._major != CORBA_NO_EXCEPTION) { - printf("emit changed failed '%s', removing listener\n", ev._id); + e(printf("emit changed failed '%s', removing listener\n", ev._id)); CORBA_exception_free(&ev); eml_remove(l); } |