additional gnome SAFERHANGUP changes

Found more places where gnome interface wasn't cleaning up.
This commit is contained in:
cohrs
2003-10-15 02:36:34 +00:00
parent dbc6ff00df
commit bf476cae6e
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -350,10 +350,10 @@ void gnome_askname()
"GnomeHack", plname);
/* Quit if they want to quit... */
if (ret==-1)
{
if (ret==-1) {
clearlocks();
gtk_exit(0);
}
}
}