changeset 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 9dfce968676f
children 81eddef3607d
files src/aim.c src/oscar.c src/toc.c
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/aim.c	Sat May 05 11:26:44 2001 +0000
+++ b/src/aim.c	Sat May 05 11:29:46 2001 +0000
@@ -453,9 +453,11 @@
 
 #if HAVE_SIGNAL_H
 	/* Let's not violate any PLA's!!!! */
+	/*
 	signal(SIGSEGV, sighandler);
 	signal(SIGHUP, sighandler);
 	signal(SIGINT, sighandler);
+	*/
 	signal(SIGPIPE, SIG_IGN);
 #endif
 
--- 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();
--- a/src/toc.c	Sat May 05 11:26:44 2001 +0000
+++ b/src/toc.c	Sat May 05 11:29:46 2001 +0000
@@ -940,7 +940,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();