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

git-svn-id: svn://10.0.0.236/trunk@159819 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-07-25 02:48:29 +00:00
parent a3bcd6d09b
commit c06f624dc6

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;
}