diff plugins/mailchk.c @ 5314:1f901484599d

[gaim-migrate @ 5686] GTK_OBJECT -> G_OBJECT Also fixed a few compiler warnings. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 06 May 2003 05:48:03 +0000
parents c0baa01cdeda
children 7d385de2f9cd
line wrap: on
line diff
--- a/plugins/mailchk.c	Tue May 06 05:28:41 2003 +0000
+++ b/plugins/mailchk.c	Tue May 06 05:48:03 2003 +0000
@@ -68,7 +68,7 @@
 		mail = gtk_label_new("No mail messages.");
 		gtk_box_pack_start(GTK_BOX(vbox), mail, FALSE, FALSE, 0);
 		gtk_box_reorder_child(GTK_BOX(vbox), mail, 1);
-		g_signal_connect(GTK_OBJECT(mail), "destroy", G_CALLBACK(destroy_cb), NULL);
+		g_signal_connect(G_OBJECT(mail), "destroy", G_CALLBACK(destroy_cb), NULL);
 		gtk_widget_show(mail);
 	}