tweecode / twine

UI for creating hypertext stories
http://twinery.org
656 stars 97 forks source link

Fixed the problem of not being able to change the passage title. #171

Closed greyelf closed 9 years ago

greyelf commented 9 years ago

Patch "Various cleanups related to findWidget" by Maarten ter Huurne incorrectly removed a check of the otherTitled variable to determine if it had a value, this check is actually needed because the call to findWidget returns None if the title is not found.