diff -r add13288757e -r d299a8680115 pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Fri Jan 31 14:47:31 2014 +0100 +++ b/pidgin/plugins/gevolution/gevolution.c Fri Jan 31 16:56:05 2014 +0100 @@ -248,14 +248,15 @@ } else { - purple_notify_error(NULL, NULL, _("Unable to send email"), - _("The evolution executable was not found in the PATH.")); + purple_notify_error(NULL, NULL, _("Unable to send " + "email"), _("The evolution executable was not " + "found in the PATH."), NULL); } } else { purple_notify_error(NULL, NULL, _("Unable to send email"), - _("An email address was not found for this buddy.")); + _("An email address was not found for this buddy."), NULL); } } @@ -515,7 +516,6 @@ static PidginPluginUiInfo ui_info = { get_config_frame, /**< get_config_frame */ - 0, /**< page_num */ /* Padding */ NULL, NULL,