Fix missing semicolon

This commit is contained in:
Romain Vigier
2019-10-15 17:04:26 +02:00
parent d3748c2333
commit 3c9d26c63c
+1 -1
View File
@@ -70,7 +70,7 @@ function enable() {
} }
} }
catch(e) { catch(e) {
logError(e) logError(e);
} }
proxy_connect_id = proxy.connect('g-properties-changed', _apply_theme_variant); proxy_connect_id = proxy.connect('g-properties-changed', _apply_theme_variant);
_apply_theme_variant(); _apply_theme_variant();