Skip to content

Commit

Permalink
Update readme, metadata, and installation zip for v50
Browse files Browse the repository at this point in the history
  • Loading branch information
passingthru67 committed Apr 8, 2019
1 parent 3e11121 commit 3333fd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ If the problem persists, please report it by opening an issue on github or with

Change Log:
-----------
**Version 50 (Apr 8, 2019)**
- Support for Gnome 3.32

**Version 49 (Sep 28, 2018)**
- Bug fixes

Expand Down
Binary file modified workspaces-to-dock@passingthru67.gmail.com.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ var DockedWorkspaces = class WorkspacesToDock_DockedWorkspaces {
_onExtensionSystemStateChanged(source, extension) {
// Only looking for DashToDock state changes
if (extension.uuid == DashToDock_UUID) {
if (_DEBUG_) global.log("dockedWorkspaces: _onExtensionSystemStateChanged for "+extension.uuid+" state= "+extension.state);
global.log("dockedWorkspaces: _onExtensionSystemStateChanged for "+extension.uuid+" state= "+extension.state);
DashToDockExtension = extension;
if (DashToDockExtension.state == ExtensionSystem.ExtensionState.ENABLED) {
DashToDock = DashToDockExtension.imports.extension;
Expand Down

0 comments on commit 3333fd2

Please sign in to comment.