Bug 257826 using "back" in installer during custom install = reproducable crash

patch by ajschult@verizon.net r=bryner
This commit is contained in:
timeless%mozdev.org 2004-10-08 21:15:12 +00:00
parent f758947174
commit 7cb188989a

View File

@ -90,6 +90,7 @@ nsSetupTypeDlg::Next(GtkWidget *aWidget, gpointer aData)
if (aData != gCtx->sdlg) return;
GSList *s = gCtx->sdlg->mRadioGroup;
gCtx->opt->mSetupType = 0;
while (s) {
if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(s->data)))
break;