Skip to content

Commit

Permalink
bbcwx@oak-wood.co.uk: Fix ES6 error in marknote.js, use calls safe fo…
Browse files Browse the repository at this point in the history
…r 5.4 in desklets.js (#862)

- Replacing unsafe calls for safer calls in 5.4+ (this removes the warning in the Desklets application UI)
    - From Util.spwanCommandLine to Gio.Subprocess
    - From Cinnamon.get_file_contents_utf8_sync to GLib.file_get_contents
- Use var for ES6 compatibility (removes the warnings in the logs)
- Whitespace cleanup within the 5.4 directory
- Moved existing code to the directory 3.0 for backward compatibility purposes
  • Loading branch information
rcalixte authored Aug 16, 2023
1 parent c9d48cf commit e4f0a85
Show file tree
Hide file tree
Showing 973 changed files with 23,905 additions and 9,002 deletions.
Loading

0 comments on commit e4f0a85

Please sign in to comment.