comparison src/prpl.c @ 2606:f00549786a9c

[gaim-migrate @ 2619] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 07:03:08 +0000
parents 4424c670021d
children b0c5770156e1
comparison
equal deleted inserted replaced
2605:ff9d9b4f7aa2 2606:f00549786a9c
402 g_snprintf(buf, sizeof buf, "%s has %d new message%s.", 402 g_snprintf(buf, sizeof buf, "%s has %d new message%s.",
403 gc->username, count, count == 1 ? "" : "s"); 403 gc->username, count, count == 1 ? "" : "s");
404 } else if (mn->email_win) { 404 } else if (mn->email_win) {
405 gtk_widget_destroy(mn->email_win); 405 gtk_widget_destroy(mn->email_win);
406 return; 406 return;
407 } 407 } else
408 return;
408 409
409 if (mn->email_win) { 410 if (mn->email_win) {
410 gtk_label_set_text(GTK_LABEL(mn->email_label), buf); 411 gtk_label_set_text(GTK_LABEL(mn->email_label), buf);
411 return; 412 return;
412 } 413 }