appDisplay: Remove pointless return value
StButton::clicked does not have a return type, so don't return anything.
This commit is contained in:
parent
8ed3e2117f
commit
d836194e31
@ -1501,7 +1501,6 @@ const AppIcon = new Lang.Class({
|
||||
this.app.open_new_window(-1);
|
||||
Main.overview.hide();
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
_onKeyboardPopupMenu: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user