changeset 6196:1440cfa8b1e1

[gaim-migrate @ 6682] i'm feeling decidedly uncreative tonight committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 18 Jul 2003 01:01:44 +0000
parents 51fc8c91f38b
children af2e34423e9c
files NEWS src/gtkprefs.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jul 18 00:29:09 2003 +0000
+++ b/NEWS	Fri Jul 18 01:01:44 2003 +0000
@@ -19,7 +19,9 @@
 	slip through. This release makes up for that. This should fix the bugs 
 	0.65 introduced, at least the ones that most of you would otherwise hit.
 
-0.65 (07/14/2003):
+	Nathan: We are so smart.  S-M-R-T...I mean S-M-A-R-T.
+
+0.65 (07/16/2003):
 	Rob: Wooo! We're finally ready for 0.65.  Are you guys excited?  I
 	haven't worked on anything in this release, either.  I've been
 	working offline on a MacOSX UI.  No, you're not allowed to ask
--- a/src/gtkprefs.c	Fri Jul 18 00:29:09 2003 +0000
+++ b/src/gtkprefs.c	Fri Jul 18 01:01:44 2003 +0000
@@ -1481,7 +1481,7 @@
 		gpointer data)
 {
 	GtkWidget *hbox = data;
-	gboolean enabled = (gboolean)value;
+	gboolean enabled = GPOINTER_TO_INT(value);
 
 	gtk_widget_set_sensitive(hbox, enabled);
 }