Merge ~azzar1/ubuntu/+source/gnome-shell:fix-warning-in-volume-patch into ~ubuntu-desktop/ubuntu/+source/gnome-shell:ubuntu/master

Proposed by Andrea Azzarone
Status: Merged
Merged at revision: 4c53a3cb11460c492fd25a847bb4347e334e3b42
Proposed branch: ~azzar1/ubuntu/+source/gnome-shell:fix-warning-in-volume-patch
Merge into: ~ubuntu-desktop/ubuntu/+source/gnome-shell:ubuntu/master
Diff against target: 31 lines (+5/-4)
1 file modified
debian/patches/volume-Add-back-sound-feedback-on-scroll.patch (+5/-4)
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+366211@code.launchpad.net

Commit message

d/p/volume-Add-back-sound-feedback-on-scroll.patch: Add missing import

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/patches/volume-Add-back-sound-feedback-on-scroll.patch b/debian/patches/volume-Add-back-sound-feedback-on-scroll.patch
2index 930a67f..38ebdf1 100644
3--- a/debian/patches/volume-Add-back-sound-feedback-on-scroll.patch
4+++ b/debian/patches/volume-Add-back-sound-feedback-on-scroll.patch
5@@ -34,8 +34,8 @@ Bug-GNOME: https://gitlab.gnome.org/GNOME/gnome-shell/issues/53
6 Forwarded: yes, https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/51
7 ---
8 js/ui/slider.js | 2 --
9- js/ui/status/volume.js | 19 ++++++++++++++++++-
10- 2 files changed, 18 insertions(+), 3 deletions(-)
11+ js/ui/status/volume.js | 21 +++++++++++++++++++--
12+ 2 files changed, 19 insertions(+), 4 deletions(-)
13
14 diff --git a/js/ui/slider.js b/js/ui/slider.js
15 index f9fa732..69f72ce 100644
16@@ -52,13 +52,14 @@ index f9fa732..69f72ce 100644
17 }
18 return Clutter.EVENT_PROPAGATE;
19 diff --git a/js/ui/status/volume.js b/js/ui/status/volume.js
20-index d555b42..f8e4140 100644
21+index d555b42..88344e7 100644
22 --- a/js/ui/status/volume.js
23 +++ b/js/ui/status/volume.js
24 @@ -1,6 +1,7 @@
25 // -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
26
27- const { Clutter, Gio, Gvc, St } = imports.gi;
28+-const { Clutter, Gio, Gvc, St } = imports.gi;
29++const { Clutter, Gio, GLib, Gvc, St } = imports.gi;
30 +const Mainloop = imports.mainloop;
31 const Signals = imports.signals;
32

Subscribers

People subscribed via source and target branches