# HG changeset patch # User Mark Doliner # Date 1036640086 0 # Node ID 419bf1bc8fa2ddeca0a2cac8df4eb9224b74d654 # Parent e73c48cf1645674d6553543142b75ff15900fbd5 [gaim-migrate @ 4072] This should fix the bug where closing the debug window with the "X" would not uncheck the preference for it. Previously, it got unchecked then rechecked. The line I'm removing used to be "misc_options_new ^= OPT_MISC_DEBUG;", which I guess is a hold over or something of when prefs had that apply button, maybe. I dunno. I think this should be good... Roof. committer: Tailor Script diff -r e73c48cf1645 -r 419bf1bc8fa2 src/prefs.c --- a/src/prefs.c Thu Nov 07 02:25:12 2002 +0000 +++ b/src/prefs.c Thu Nov 07 03:34:46 2002 +0000 @@ -1539,7 +1539,6 @@ gtk_button_clicked(GTK_BUTTON(debugbutton)); if (misc_options & OPT_MISC_DEBUG) { misc_options ^= OPT_MISC_DEBUG; - misc_options ^= OPT_MISC_DEBUG; save_prefs(); } g_free(dw);