diff src/gtkprefs.c @ 6179:16e384bb7fbf

[gaim-migrate @ 6664] Core/UI split the core initialization and shutdown. I think I got all the bugs worked out. It's looking nice and stable here, but if it causes CVS to go to hell for everyone.. er, try to fix it or let me know :) I don't have this in patch form. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 17 Jul 2003 10:35:43 +0000
parents aef34b0c175f
children 1440cfa8b1e1
line wrap: on
line diff
--- a/src/gtkprefs.c	Thu Jul 17 06:55:29 2003 +0000
+++ b/src/gtkprefs.c	Thu Jul 17 10:35:43 2003 +0000
@@ -1481,7 +1481,7 @@
 		gpointer data)
 {
 	GtkWidget *hbox = data;
-	gboolean enabled = value;
+	gboolean enabled = (gboolean)value;
 
 	gtk_widget_set_sensitive(hbox, enabled);
 }