diff 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
line wrap: on
line diff
--- a/src/dialogs.c	Tue Nov 28 05:57:56 2000 +0000
+++ b/src/dialogs.c	Tue Nov 28 10:20:23 2000 +0000
@@ -1050,6 +1050,8 @@
 	g_snprintf(bp->message, 2048, "%s", gtk_entry_get_text(GTK_ENTRY(b->messentry)));
 	g_snprintf(bp->pouncer, 80, "%s", b->user->username);
 
+	bp->protocol = b->user->protocol;
+
 	if (GTK_TOGGLE_BUTTON(b->openwindow)->active)
 		bp->popup = 1;
 	else