We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812b0aa commit 0185164Copy full SHA for 0185164
1 file changed
files/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js
@@ -843,7 +843,7 @@ class PathContextMenuItem extends ContextMenuItem {
843
_openContainingFolderViaMimeApp() {
844
let app = Gio.AppInfo.get_default_for_type("inode/directory", true);
845
if (app === null) {
846
- log.logError(`Could not open containing folder via MIME app: No associated file manager found`);
+ global.logError("Could not open containing folder via MIME app: No associated file manager found");
847
return;
848
}
849
let file = Gio.file_new_for_uri(this._button.uri);
0 commit comments