From 7eadff1f950df9241d6828320eaae45ac5a7010a Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Fri, 8 Oct 2004 21:15:12 +0000 Subject: [PATCH] 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 --- mozilla/toolkit/mozapps/installer/unix/wizard/nsSetupTypeDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/toolkit/mozapps/installer/unix/wizard/nsSetupTypeDlg.cpp b/mozilla/toolkit/mozapps/installer/unix/wizard/nsSetupTypeDlg.cpp index 855051be47e..6debcc7fd35 100644 --- a/mozilla/toolkit/mozapps/installer/unix/wizard/nsSetupTypeDlg.cpp +++ b/mozilla/toolkit/mozapps/installer/unix/wizard/nsSetupTypeDlg.cpp @@ -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;