From fa0a39cdb0301ed4f3255bb9c0e17850cd85774a Mon Sep 17 00:00:00 2001 From: jderose9 Date: Sat, 5 Jan 2019 12:13:20 -0500 Subject: [PATCH] Correct misspelling --- Settings.ui | 2 +- appIcons.js | 6 +++--- .../org.gnome.shell.extensions.dash-to-panel.gschema.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Settings.ui b/Settings.ui index 033636e..300665f 100644 --- a/Settings.ui +++ b/Settings.ui @@ -5428,7 +5428,7 @@ Launch new instance Cycle through windows Cycle windows + minimize - Toggle + Show preview + Toggle + Show preview diff --git a/appIcons.js b/appIcons.js index 0788b3a..bb2b281 100644 --- a/appIcons.js +++ b/appIcons.js @@ -752,12 +752,12 @@ var taskbarAppIcon = new Lang.Class({ } let appCount = this.getAppIconInterestingWindows().length; - if (this.windowPreview && (!(buttonAction == "TOOGLE-SHOWPREVIEW") || (appCount <= 1))) + if (this.windowPreview && (!(buttonAction == "TOGGLE-SHOWPREVIEW") || (appCount <= 1))) this.windowPreview.requestCloseMenu(); // We check if the app is running, and that the # of windows is > 0 in // case we use workspace isolation, - let appIsRunning = this.app.state == Shell.AppState.RUNNING && appCount > 0 + let appIsRunning = this.app.state == Shell.AppState.RUNNING && appCount > 0; // We customize the action only when the application is already running if (appIsRunning && !this.isLauncher) { @@ -839,7 +839,7 @@ var taskbarAppIcon = new Lang.Class({ else this.app.activate(); break; - case "TOOGLE-SHOWPREVIEW": + case "TOGGLE-SHOWPREVIEW": if (!Main.overview._shown) { if (appCount == 1) { if (this.app == focusedApp) diff --git a/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml b/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml index b48f82b..fec726c 100644 --- a/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml +++ b/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml @@ -16,7 +16,7 @@ - +