Code review comment for lp:~xavi-garcia-mena/indicator-sound/action-sync-volume

Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

=== modified file 'src/sound-menu.vala'
--- src/sound-menu.vala 2015-12-09 14:17:55 +0000
+++ src/sound-menu.vala 2015-12-09 17:32:36 +0000
@@ -398,7 +398,7 @@
   slider.set_attribute ("max-value", "d", max);
   slider.set_attribute ("step", "d", step);
   if (sync_action) {
- slider.set_attribute ("x-canonical-sync-action", "s", "volume-sync");
+ slider.set_attribute ("x-canonical-sync-action", "s", "indicator.volume-sync");
   }

   return slider;

review: Needs Fixing

« Back to merge proposal