Mercurial > pidgin.yaz
comparison src/multi.c @ 4245:cd84b0fd63fc
[gaim-migrate @ 4495]
Now, shut up and leave me alone.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 08 Jan 2003 05:52:17 +0000 |
| parents | 76ea459c8b5b |
| children | 9c7fcb211886 |
comparison
equal
deleted
inserted
replaced
| 4244:091e9db94ebc | 4245:cd84b0fd63fc |
|---|---|
| 1134 if (u != NULL) { | 1134 if (u != NULL) { |
| 1135 char buf[8192]; | 1135 char buf[8192]; |
| 1136 | 1136 |
| 1137 g_snprintf(buf, sizeof(buf), | 1137 g_snprintf(buf, sizeof(buf), |
| 1138 _("Are you sure you want to delete %s?"), u->username); | 1138 _("Are you sure you want to delete %s?"), u->username); |
| 1139 do_ask_dialog(buf, NULL, u, _("Delete"), do_del_acct, _("Cancel"), NULL); | 1139 do_ask_dialog(buf, NULL, u, _("Delete"), do_del_acct, _("Cancel"), NULL, FALSE); |
| 1140 } | 1140 } |
| 1141 } | 1141 } |
| 1142 | 1142 |
| 1143 static void del_acct(GtkWidget *w, gpointer d) | 1143 static void del_acct(GtkWidget *w, gpointer d) |
| 1144 { | 1144 { |
