| 246 g_free(command_line); |
246 g_free(command_line); |
| 247 g_free(quoted); |
247 g_free(quoted); |
| 248 } |
248 } |
| 249 else |
249 else |
| 250 { |
250 { |
| 251 purple_notify_error(NULL, NULL, _("Unable to send email"), |
251 purple_notify_error(NULL, NULL, _("Unable to send " |
| 252 _("The evolution executable was not found in the PATH.")); |
252 "email"), _("The evolution executable was not " |
| |
253 "found in the PATH."), NULL); |
| 253 } |
254 } |
| 254 } |
255 } |
| 255 else |
256 else |
| 256 { |
257 { |
| 257 purple_notify_error(NULL, NULL, _("Unable to send email"), |
258 purple_notify_error(NULL, NULL, _("Unable to send email"), |
| 258 _("An email address was not found for this buddy.")); |
259 _("An email address was not found for this buddy."), NULL); |
| 259 } |
260 } |
| 260 } |
261 } |
| 261 |
262 |
| 262 static void |
263 static void |
| 263 blist_node_extended_menu_cb(PurpleBlistNode *node, GList **menu) |
264 blist_node_extended_menu_cb(PurpleBlistNode *node, GList **menu) |