mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-31 11:16:07 -04:00
Fixed title for Trending topic buffers after a restart. Closes #421
This commit is contained in:
@@ -49,6 +49,7 @@ class TrendsBuffer(base.Buffer):
|
||||
log.exception("Error %s" % (str(err)))
|
||||
if not hasattr(self, "name_"):
|
||||
self.name_ = data[0]["locations"][0]["name"]
|
||||
pub.sendMessage("buffer-title-changed", buffer=self)
|
||||
self.trends = data[0]["trends"]
|
||||
self.put_items_on_the_list()
|
||||
if self.sound != None and self.session.settings["sound"]["session_mute"] == False and self.name not in self.session.settings["other_buffers"]["muted_buffers"] and play_sound == True:
|
||||
|
Reference in New Issue
Block a user