Skip to content

Commit

Permalink
Use CHECK instead of DOT for menuitem, fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
UshakovVasilii committed Dec 11, 2015
1 parent 2781983 commit 08948e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freon@UshakovVasilii_Github.yahoo.com/freonItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const FreonItem = new Lang.Class({

set main(main) {
if(main)
this.setOrnament(PopupMenu.Ornament.DOT);
this.setOrnament(PopupMenu.Ornament.CHECK);
else
this.setOrnament(PopupMenu.Ornament.NONE);
this._main = main;
Expand Down

0 comments on commit 08948e0

Please sign in to comment.