Merge lp:~seb128/unity-control-center/rename-sound-key into lp:unity-control-center

Proposed by Sebastien Bacher
Status: Merged
Merged at revision: 12728
Proposed branch: lp:~seb128/unity-control-center/rename-sound-key
Merge into: lp:unity-control-center
Diff against target: 26 lines (+2/-3)
2 files modified
debian/control (+1/-2)
panels/sound/gvc-mixer-dialog.c (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-control-center/rename-sound-key
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Lars Karlitski (community) Approve
Unity Control Center development team Pending
Review via email: mp+207905@code.launchpad.net

Commit message

Use new sound key, avoid depending on indicator-sound

Description of the change

Use new sound key, avoid depending on indicator-sound

To post a comment you must log in.
Revision history for this message
Lars Karlitski (larsu) wrote :

Thanks a lot!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-02-21 18:46:14 +0000
3+++ debian/control 2014-02-24 11:52:07 +0000
4@@ -72,8 +72,7 @@
5 gnome-menus (>= 2.12.0),
6 gnome-settings-daemon (>= 3.8.4) | unity-settings-daemon,
7 gsettings-desktop-schemas (>= 3.5.91),
8- gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140219),
9- indicator-sound (>= 12.10.2+14.04.20140220),
10+ gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224),
11 Recommends: cups-pk-helper,
12 gnome-session-bin,
13 ubuntu-system-service,
14
15=== modified file 'panels/sound/gvc-mixer-dialog.c'
16--- panels/sound/gvc-mixer-dialog.c 2014-02-20 18:07:51 +0000
17+++ panels/sound/gvc-mixer-dialog.c 2014-02-24 11:52:07 +0000
18@@ -2180,7 +2180,7 @@
19 dialog->priv = GVC_MIXER_DIALOG_GET_PRIVATE (dialog);
20 dialog->priv->bars = g_hash_table_new (NULL, NULL);
21 dialog->priv->size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
22- dialog->priv->indicator_settings = g_settings_new ("com.canonical.indicator.sound");
23+ dialog->priv->indicator_settings = g_settings_new ("com.ubuntu.sound");
24 }
25
26 static void

Subscribers

People subscribed via source and target branches