mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
You can't delete the home timeline
This commit is contained in:
parent
a592f747f8
commit
ac45430839
@ -249,7 +249,7 @@ class baseBufferController(bufferController):
|
|||||||
output.speak(_(u"%s items retrieved") % (str(elements)))
|
output.speak(_(u"%s items retrieved") % (str(elements)))
|
||||||
|
|
||||||
def remove_buffer(self):
|
def remove_buffer(self):
|
||||||
if "timeline" in self.name:
|
if "-timeline" in self.name:
|
||||||
dlg = commonMessageDialogs.remove_buffer()
|
dlg = commonMessageDialogs.remove_buffer()
|
||||||
if dlg == widgetUtils.YES:
|
if dlg == widgetUtils.YES:
|
||||||
if self.name[:-9] in self.session.settings["other_buffers"]["timelines"]:
|
if self.name[:-9] in self.session.settings["other_buffers"]["timelines"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user