1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 17:55:59 +01:00

Fix typo in setTitle.

This commit is contained in:
Juliusz Chroboczek 2021-10-26 22:38:05 +02:00
parent de7dc9252f
commit 8135f6b91d

View file

@ -2111,7 +2111,8 @@ function setTitle(title) {
}
if(title)
set(title);
set('Galène');
else
set('Galène');
}