Skip to content

Crashes at various points due to undeclared variables

Thomas requested to merge github/fork/olabini/master into master

Created by: olabini

When locking the screen and then unlocking, this extension had a tendency to crash (something that could be seen in ~/.cache/gdm/session.log) - the reason being the assignment of undeclared variables. This patch fixes both issues and also removes two warnings.

Merge request reports