mirror of
https://github.com/jech/galene.git
synced 2024-11-22 08:35:57 +01:00
Pass description to descriptionChanged.
Thanks to Jeroen van Veen.
This commit is contained in:
parent
f1a8f2a307
commit
475e36d884
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ func Update() {
|
|||
deleted = Delete(name)
|
||||
}
|
||||
|
||||
if !deleted && descriptionChanged(name, nil) {
|
||||
if !deleted && descriptionChanged(name, g.description) {
|
||||
Add(name, nil)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue