Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Addressing typos and undefined references #615

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2019

  1. FIX: Addressing typo in screensize (should be screen_size) that cause…

    …s stack trace on read timeout instead of continuing gracefully.
    patricknelson committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    5049506 View commit details
    Browse the repository at this point in the history
  2. FIX: Also removing use of undefined 'invalid_image_name' (possibly re…

    …gression caused by bbc#578) and just reverting to hard-coded 'invalid.jpg' from before.
    patricknelson committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    0f23331 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. FIX: Addressing another regression relating to missing "invalid" imag…

    …e (also typoed anyway). Instead extending existing pattern of differing failure images for various failure scenarios (blue).
    patricknelson committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    b2dd44c View commit details
    Browse the repository at this point in the history