Make the no-permissions dialog actually dismiss when the user clicks OK. Bug 240529.

This commit is contained in:
bryner%brianryner.com 2004-07-25 02:48:29 +00:00
parent 968c3fb1ac
commit 12c720afaa

View File

@ -678,6 +678,7 @@ nsSetupTypeDlg::VerifyDestination()
gCtx->opt->mDestination);
gtk_dialog_run(GTK_DIALOG(noPermsDlg));
gtk_widget_destroy(noPermsDlg);
return E_NO_PERMS;
}