diff plugins/timestamp.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 6d1707dc8c3d
children 2c4c975620f0
line wrap: on
line diff
--- a/plugins/timestamp.c	Tue May 06 05:28:41 2003 +0000
+++ b/plugins/timestamp.c	Tue May 06 05:48:03 2003 +0000
@@ -91,7 +91,7 @@
 
         button = gtk_button_new_with_mnemonic(_("_Apply"));
         gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 5);
-	g_signal_connect(GTK_OBJECT(button), "clicked", G_CALLBACK(set_timestamp), spinner);
+	g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(set_timestamp), spinner);
 	
 	gtk_widget_show_all(ret);
 	return ret;