Mercurial > pidgin.yaz
comparison src/dialogs.c @ 1155:f4d4a14752ee
[gaim-migrate @ 1165]
Heres the rest of the BP crap.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Tue, 28 Nov 2000 10:20:23 +0000 |
| parents | 428372cc1e39 |
| children | b6b2d26a4e2f |
comparison
equal
deleted
inserted
replaced
| 1154:938d9cd76148 | 1155:f4d4a14752ee |
|---|---|
| 1048 | 1048 |
| 1049 g_snprintf(bp->name, 80, "%s", gtk_entry_get_text(GTK_ENTRY(b->nameentry))); | 1049 g_snprintf(bp->name, 80, "%s", gtk_entry_get_text(GTK_ENTRY(b->nameentry))); |
| 1050 g_snprintf(bp->message, 2048, "%s", gtk_entry_get_text(GTK_ENTRY(b->messentry))); | 1050 g_snprintf(bp->message, 2048, "%s", gtk_entry_get_text(GTK_ENTRY(b->messentry))); |
| 1051 g_snprintf(bp->pouncer, 80, "%s", b->user->username); | 1051 g_snprintf(bp->pouncer, 80, "%s", b->user->username); |
| 1052 | 1052 |
| 1053 bp->protocol = b->user->protocol; | |
| 1054 | |
| 1053 if (GTK_TOGGLE_BUTTON(b->openwindow)->active) | 1055 if (GTK_TOGGLE_BUTTON(b->openwindow)->active) |
| 1054 bp->popup = 1; | 1056 bp->popup = 1; |
| 1055 else | 1057 else |
| 1056 bp->popup = 0; | 1058 bp->popup = 0; |
| 1057 | 1059 |
