~xnox/indicator-sound/unbreak-ubiquity

« back to all changes in this revision

Viewing changes to src/service.vala

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-09-27 13:49:22 UTC
  • mfrom: (381.1.1 settings-change)
  • Revision ID: tarmac-20130927134922-2b7swzrgbk3qe3e8
Update settings URL to settings:///system. Fixes: https://bugs.launchpad.net/bugs/1231444.

Approved by Lars Uebernickel, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        }
109
109
 
110
110
        void activate_phone_settings (SimpleAction action, Variant? param) {
111
 
                UrlDispatch.send ("settings://system/sound");
 
111
                UrlDispatch.send ("settings:///system/sound");
112
112
        }
113
113
 
114
114
        /* Returns a serialized version of @icon_name suited for the panel */