additional gnome SAFERHANGUP changes
Found more places where gnome interface wasn't cleaning up.
This commit is contained in:
+3
-3
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user