diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-05-23 18:10:47 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-05-23 18:10:47 +0800 |
commit | c3de7ae99fe02076f7c77ce6f92db6006e31b508 (patch) | |
tree | 48a1a3d7af6005b8b99605b098628ddc516aa707 /mail/mail-mt.c | |
parent | afa722832f1d9d8c0e945f255410691396e41e6c (diff) | |
download | gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.tar gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.tar.gz gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.tar.bz2 gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.tar.lz gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.tar.xz gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.tar.zst gsoc2013-evolution-c3de7ae99fe02076f7c77ce6f92db6006e31b508.zip |
Convert the the warning to a message.
2008-05-23 Srinivasa Ragavan <sragavan@novell.com>
* mail-mt.c: (mail_msg_check_error): Convert the the warning to a
message.
svn path=/trunk/; revision=35531
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index 141abad095..d147132689 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -319,7 +319,7 @@ mail_msg_check_error (gpointer msg) /* we key on the operation pointer, which is at least accurate enough for the operation type, although it could be on a different object. */ if (g_hash_table_lookup(active_errors, m->info)) { - g_warning("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex)); + g_message("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex)); return; } |