diff src/oscar.c @ 1810:ad7759c19545

[gaim-migrate @ 1820] i compiled before i committed, i swear. this was just a minor change. yeah. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 11:29:46 +0000
parents ba8f463744c0
children f15d449b3167
line wrap: on
line diff
--- a/src/oscar.c	Sat May 05 11:26:44 2001 +0000
+++ b/src/oscar.c	Sat May 05 11:29:46 2001 +0000
@@ -2125,7 +2125,7 @@
 
 	label = gtk_label_new(_("Join what group:"));
 	gtk_box_pack_start(GTK_BOX(rowbox), label, FALSE, FALSE, 0);
-	gtk_signal_connect(GTK_OBJECT(label), "destroy", GTK_SIGNAL_CONNECT(des_jc), NULL);
+	gtk_signal_connect(GTK_OBJECT(label), "destroy", GTK_SIGNAL_FUNC(des_jc), NULL);
 	gtk_widget_show(label);
 
 	join_chat_entry = gtk_entry_new();