Fixed bug that prevents documentation to be opened after changelog

This commit is contained in:
Manuel Cortez 2017-01-22 08:56:17 -06:00
parent 3684ec2783
commit 59f6cf13ad

View File

@ -1472,7 +1472,7 @@ class Controller(object):
lang = localization.get("documentation")
os.chdir("documentation/%s" % (lang,))
webbrowser.open("changelog.html")
os.chdir("../")
os.chdir("../../")
def insert_buffer(self, buffer, position):
self.buffers.insert(position, buffer)