pidgin/plugins/gevolution/gevolution.c

changeset 35313
d299a8680115
parent 34864
0e292d8887de
child 35526
ed1be305c985
child 37049
02db93eb6506
equal deleted inserted replaced
35312:add13288757e 35313:d299a8680115
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)
513 } 514 }
514 515
515 static PidginPluginUiInfo ui_info = 516 static PidginPluginUiInfo ui_info =
516 { 517 {
517 get_config_frame, /**< get_config_frame */ 518 get_config_frame, /**< get_config_frame */
518 0, /**< page_num */
519 /* Padding */ 519 /* Padding */
520 NULL, 520 NULL,
521 NULL, 521 NULL,
522 NULL, 522 NULL,
523 NULL 523 NULL

mercurial