Fixes the Changelog menu button.

It had lost the ability to go bold upon detected unread changelog entries.
This commit is contained in:
PsiOmegaDelta
2015-06-21 13:39:26 +02:00
parent 4a5da7221c
commit 1a6ea56194

View File

@@ -163,7 +163,7 @@
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
src << "<span class='info'>You have unread updates in the changelog.</span>"
winset(src, "rpane.changelogb", "background-color=#eaeaea;font-style=bold")
winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold")
if(config.aggressive_changelog)
src.changes()