Skip to content

Commit

Permalink
merged fix for #8 from 3.4 into 3.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalcoffee committed Nov 11, 2012
2 parents 9d5d8bd + e36c647 commit 9ee9fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions window_buttons@biox.github.com/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ WindowButtons.prototype = {
},

disable: function () {
this._leftContainer.remove_actor(this.leftActor);
this._rightContainer.remove_actor(this.rightActor);
this.leftActor.destroy();
this.rightActor.destroy();

/* disconnect all signals */
this._disconnectSignals();
Expand Down
2 changes: 1 addition & 1 deletion window_buttons@biox.github.com/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Add minimize, maximize and close buttons to the panel. Originally by Josiah Messiah, maintained by m.c. See homepage for instructions.",
"url": "https://github.com/biox/Gnome-Shell-Window-Buttons-Extension",
"settings-schema": "org.gnome.shell.extensions.window-buttons",
"dev-version": "2.2_gnome3.2"
"dev-version": "2.2.1_gnome3.2"
}

0 comments on commit 9ee9fe7

Please sign in to comment.