appDisplay: Remove unused signal
The signal was last used in the pre-3.0 days, so we can stop dragging it along and just remove it.
This commit is contained in:
parent
87f0e79749
commit
7ecb5af587
@ -1388,7 +1388,6 @@ const AppIcon = new Lang.Class({
|
|||||||
// Last workspace is always empty
|
// Last workspace is always empty
|
||||||
let launchWorkspace = global.screen.get_workspace_by_index(global.screen.n_workspaces - 1);
|
let launchWorkspace = global.screen.get_workspace_by_index(global.screen.n_workspaces - 1);
|
||||||
launchWorkspace.activate(global.get_current_time());
|
launchWorkspace.activate(global.get_current_time());
|
||||||
this.emit('launching');
|
|
||||||
this.app.open_new_window(-1);
|
this.app.open_new_window(-1);
|
||||||
Main.overview.hide();
|
Main.overview.hide();
|
||||||
}
|
}
|
||||||
@ -1447,7 +1446,6 @@ const AppIcon = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_onActivate: function (event) {
|
_onActivate: function (event) {
|
||||||
this.emit('launching');
|
|
||||||
let modifiers = event.get_state();
|
let modifiers = event.get_state();
|
||||||
|
|
||||||
if (modifiers & Clutter.ModifierType.CONTROL_MASK
|
if (modifiers & Clutter.ModifierType.CONTROL_MASK
|
||||||
|
Loading…
Reference in New Issue
Block a user