Skip to content

Commit

Permalink
Merge pull request #3 from MatLegat/patch-1
Browse files Browse the repository at this point in the history
Fixed missing signal for shell 3.18
  • Loading branch information
danielkza committed Feb 11, 2016
2 parents fc0b7d5 + a9c278e commit e8ad5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions window_buttons@biox.github.com/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ WindowButtons.prototype = {
// events.
this._wmSignals.push(global.window_manager.connect('size-change',
Lang.bind(this, this._windowChanged)));
this._wmSignals.push(global.window_manager.connect('hide-tile-preview',
Lang.bind(this, this._windowChanged)));

if (showbuttons === ShowButtonsWhen.ANY_WINDOW_MAXIMIZED) {
return;
Expand Down

0 comments on commit e8ad5d0

Please sign in to comment.