Skip to content

Commit

Permalink
fixed launchApp() call
Browse files Browse the repository at this point in the history
  • Loading branch information
pulb committed May 31, 2014
1 parent 5ec0e28 commit 4013e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const MailnagIndicator = new Lang.Class({
let subMenu = new PopupMenu.PopupSubMenuMenuItem(_("Settings"), false);
item = new PopupMenu.PopupMenuItem(_("Mailnag Settings"));
item.connect('activate', function() {
launchApp('mailnag-config.desktop');
Utils.launchApp('mailnag-config.desktop');
});

subMenu.menu.addMenuItem(item);
Expand Down

0 comments on commit 4013e2d

Please sign in to comment.