comparison src/protocols/zephyr/zephyr.c @ 5436:ad445074d239

[gaim-migrate @ 5818] Another big commit. Ugh. I need a very smart regexp. Core/UI split do_error_dialog(), and soon the mail dialogs! Yay! This should work without problems at all, but standard disclaimer.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 May 2003 19:59:02 +0000
parents 890b29f00b68
children 328dde25685a
comparison
equal deleted inserted replaced
5435:a2f26666de42 5436:ad445074d239
592 static void zephyr_login(struct gaim_account *account) 592 static void zephyr_login(struct gaim_account *account)
593 { 593 {
594 ZSubscription_t sub; 594 ZSubscription_t sub;
595 595
596 if (zgc) { 596 if (zgc) {
597 do_error_dialog(_("Already logged in with Zephyr"), _("Because Zephyr uses your system username, you are unable to " 597 gaim_notify_error(account->gc, NULL,
598 "have multiple accounts on it when logged in as the same user."), GAIM_ERROR); 598 _("Already logged in with Zephyr"),
599 _("Because Zephyr uses your system username, you "
600 "are unable to have multiple accounts on it "
601 "when logged in as the same user."));
599 return; 602 return;
600 } 603 }
601 604
602 zgc = new_gaim_conn(account); 605 zgc = new_gaim_conn(account);
603 606