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
=== modified file 'debian/control'
--- debian/control 2014-02-21 18:46:14 +0000
+++ debian/control 2014-02-24 11:52:07 +0000
@@ -72,8 +72,7 @@
72 gnome-menus (>= 2.12.0),72 gnome-menus (>= 2.12.0),
73 gnome-settings-daemon (>= 3.8.4) | unity-settings-daemon,73 gnome-settings-daemon (>= 3.8.4) | unity-settings-daemon,
74 gsettings-desktop-schemas (>= 3.5.91),74 gsettings-desktop-schemas (>= 3.5.91),
75 gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140219),75 gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224),
76 indicator-sound (>= 12.10.2+14.04.20140220),
77Recommends: cups-pk-helper,76Recommends: cups-pk-helper,
78 gnome-session-bin,77 gnome-session-bin,
79 ubuntu-system-service,78 ubuntu-system-service,
8079
=== modified file 'panels/sound/gvc-mixer-dialog.c'
--- panels/sound/gvc-mixer-dialog.c 2014-02-20 18:07:51 +0000
+++ panels/sound/gvc-mixer-dialog.c 2014-02-24 11:52:07 +0000
@@ -2180,7 +2180,7 @@
2180 dialog->priv = GVC_MIXER_DIALOG_GET_PRIVATE (dialog);2180 dialog->priv = GVC_MIXER_DIALOG_GET_PRIVATE (dialog);
2181 dialog->priv->bars = g_hash_table_new (NULL, NULL);2181 dialog->priv->bars = g_hash_table_new (NULL, NULL);
2182 dialog->priv->size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);2182 dialog->priv->size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
2183 dialog->priv->indicator_settings = g_settings_new ("com.canonical.indicator.sound");2183 dialog->priv->indicator_settings = g_settings_new ("com.ubuntu.sound");
2184}2184}
21852185
2186static void2186static void

Subscribers

People subscribed via source and target branches