# HG changeset patch # User Nathan Walp # Date 1058490104 0 # Node ID 1440cfa8b1e1be8a70b522c6a2e699dac21220e9 # Parent 51fc8c91f38b030c34f5c8daf510aa9d7b0bbd1c [gaim-migrate @ 6682] i'm feeling decidedly uncreative tonight committer: Tailor Script diff -r 51fc8c91f38b -r 1440cfa8b1e1 NEWS --- 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 diff -r 51fc8c91f38b -r 1440cfa8b1e1 src/gtkprefs.c --- 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); }