diff -r 8826f95514fd -r b5b9c75a4b54 pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Thu May 15 10:16:32 2014 +0530 +++ b/pidgin/plugins/gevolution/gevolution.c Tue May 20 10:36:58 2014 +0530 @@ -244,7 +244,10 @@ g_free(app); g_free(mail); - g_spawn_command_line_async(command_line, NULL); + if (!g_spawn_command_line_async(command_line, NULL)) { + purple_debug_error("gevolution", + "Failed executing mailto command"); + } g_free(command_line); g_free(quoted); }