[gnome-sound-recorder/bilelmoussaoui/misc: 2/4] bump libhandy to 0.90.0
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/bilelmoussaoui/misc: 2/4] bump libhandy to 0.90.0
- Date: Sun, 9 Aug 2020 00:06:32 +0000 (UTC)
commit e9e3a1ca5a1429a44c3ececceeb242f4322bb1ab
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sun Aug 9 02:02:28 2020 +0200
bump libhandy to 0.90.0
org.gnome.SoundRecorder.json | 2 +-
src/recordingsListBox.js | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.SoundRecorder.json b/org.gnome.SoundRecorder.json
index b214d843..2beaabe0 100644
--- a/org.gnome.SoundRecorder.json
+++ b/org.gnome.SoundRecorder.json
@@ -36,7 +36,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libhandy.git",
- "tag" : "0.83.0"
+ "tag" : "0.90.0"
}
]
},
diff --git a/src/recordingsListBox.js b/src/recordingsListBox.js
index 30eaf4f2..46597dcf 100644
--- a/src/recordingsListBox.js
+++ b/src/recordingsListBox.js
@@ -14,7 +14,7 @@ var RecordingsListBox = new GObject.registerClass(class RecordingsListBox extend
activate_on_single_click: true,
});
- this.get_style_context().add_class('preferences');
+ this.get_style_context().add_class('content');
this._player.connect('state-changed', (_player, state) => {
if (state === GstPlayer.PlayerState.STOPPED && this.activePlayingRow) {
@@ -90,7 +90,6 @@ var RecordingsListBox = new GObject.registerClass(class RecordingsListBox extend
this.activeRow.expanded = false;
this.isolateAt(this.activeRow.get_index(), false);
}
-
row.expanded = !row.expanded;
this.isolateAt(row.get_index(), row.expanded);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]