pidgin/gtkaccount.c

branch
soc.2013.gobjectification
changeset 34955
854143116575
parent 34940
c0aef3b64c56
parent 34449
bbcb198650b7
child 34988
81d8c99ac9b3
child 36782
64936dae41a3
equal deleted inserted replaced
34954:6cafff03b4c2 34955:854143116575
1461 if (purple_accounts_find(username, dialog->protocol_id) != NULL) { 1461 if (purple_accounts_find(username, dialog->protocol_id) != NULL) {
1462 purple_debug_warning("gtkaccount", "Trying to add a duplicate %s account (%s).\n", 1462 purple_debug_warning("gtkaccount", "Trying to add a duplicate %s account (%s).\n",
1463 dialog->protocol_id, username); 1463 dialog->protocol_id, username);
1464 1464
1465 purple_notify_error(NULL, NULL, _("Unable to save new account"), 1465 purple_notify_error(NULL, NULL, _("Unable to save new account"),
1466 _("An account already exists with the specified criteria.")); 1466 _("An account already exists with the specified criteria."), NULL);
1467 1467
1468 g_free(username); 1468 g_free(username);
1469 return; 1469 return;
1470 } 1470 }
1471 1471

mercurial