[gnome-music] Change EventBox to Frame in Player
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Change EventBox to Frame in Player
- Date: Thu, 4 Apr 2013 09:45:36 +0000 (UTC)
commit 601e9427c182dd4ca5c880691ca04b046fc873af
Author: Seif Lotfy <seif lotfy com>
Date: Thu Apr 4 11:45:01 2013 +0200
Change EventBox to Frame in Player
src/player.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/player.js b/src/player.js
index 4c2c7f6..71c1745 100644
--- a/src/player.js
+++ b/src/player.js
@@ -229,7 +229,7 @@ const Player = new Lang.Class({
this.shuffle_btn.connect("clicked", Lang.bind(this, this._onShuffleBtnClicked));
toolbar_end.pack_end(this.shuffle_btn, false, false, 0);
- this.eventbox = new Gtk.EventBox();
+ this.eventbox = new Gtk.Frame();
this.eventbox.get_style_context().add_class("play-bar")
this.eventbox.add(this.box);
this.eventbox.show_all();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]