[gnome-music/wip/gtkmaster] Always show close separator and close button
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/gtkmaster] Always show close separator and close button
- Date: Thu, 30 May 2013 17:19:19 +0000 (UTC)
commit 7c2417e5ac094aa14efbb2ba9e6c5967a3408c35
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Thu May 30 19:19:10 2013 +0200
Always show close separator and close button
src/toolbar.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/toolbar.js b/src/toolbar.js
index 150c886..8e91de2 100644
--- a/src/toolbar.js
+++ b/src/toolbar.js
@@ -100,6 +100,8 @@ const Toolbar = new Lang.Class({
label: _("Close Window") });
this._closeButton.connect('clicked', Lang.bind(this, this._closeButtonClicked))
this.pack_end(this._closeButton);
+ this._closeSeparator.show();
+ this._closeButton.show();
}
});
Signals.addSignalMethods(Toolbar.prototype);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]