Skip to content

Commit

Permalink
tracker@glebihan: Fix for Cinnamon 3.8 (#1784)
Browse files Browse the repository at this point in the history
Closes #1778
  • Loading branch information
jaszhix committed Apr 25, 2018
1 parent 474b3e1 commit bc1d0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracker@glebihan/files/tracker@glebihan/applet.js
Expand Up @@ -165,8 +165,8 @@ MyApplet.prototype =
try
{
Applet.IconApplet.prototype._init.call(this, orientation, panel_height, instanceId);
menuItem = new Applet.MenuItem(_("Indexing Preferences"), null, Lang.bind(this, function(actor, event)

let menuItem = new Applet.MenuItem(_("Indexing Preferences"), null, Lang.bind(this, function(actor, event)
{
Util.spawnCommandLine('tracker-preferences');
}));
Expand Down

0 comments on commit bc1d0ac

Please sign in to comment.