Sat, 17 May 2014 15:39:28 +0200
Fix a typo
| pidgin/plugins/gevolution/gevolution.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/plugins/gevolution/gevolution.c Sat May 17 15:35:35 2014 +0200 +++ b/pidgin/plugins/gevolution/gevolution.c Sat May 17 15:39:28 2014 +0200 @@ -246,7 +246,7 @@ if (!g_spawn_command_line_async(command_line, NULL)) { purple_debug_error("gevolution", - "Failed executing mailto command"): + "Failed executing mailto command"); } g_free(command_line); g_free(quoted);