src/conversation.c

changeset 3572
d07e14aa6f26
parent 3554
2e890297b051
child 3596
94fcf584c358
--- a/src/conversation.c	Sun Sep 29 17:00:14 2002 +0000
+++ b/src/conversation.c	Mon Sep 30 01:05:18 2002 +0000
@@ -2480,7 +2480,7 @@
 
 		while (g) {
 			c = (struct gaim_connection *)g->data;
-			g_snprintf(buf, sizeof buf, "%s (%s)", c->username, c->prpl->name());
+			g_snprintf(buf, sizeof buf, "%s (%s)", c->username, c->prpl->name);
 			opt = gtk_menu_item_new_with_label(buf);
 			gtk_object_set_user_data(GTK_OBJECT(opt), cnv);
 			gtk_signal_connect(GTK_OBJECT(opt), "activate",

mercurial