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

patch by ajschult@verizon.net r=bryner


git-svn-id: svn://10.0.0.236/trunk@163432 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-10-08 21:15:12 +00:00
parent 4b937388c1
commit 7eadff1f95

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;