pidgin/plugins/gevolution/gevolution.c

branch
soc.2013.gobjectification.plugins
changeset 37049
02db93eb6506
parent 37005
702a601fc2ca
parent 35313
d299a8680115
child 37109
94d1a2589d5a
equal deleted inserted replaced
37048:6a395246c742 37049:02db93eb6506
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)

mercurial