~ps-jenkins/indicator-bluetooth/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to src/phone.vala

  • Committer: Charles Kerr
  • Date: 2013-09-25 20:06:30 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: charles.kerr@canonical.com-20130925200630-hz2w3vlkj5sdjabc
use url-dispatcher instead of invoking system-settings directly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
  void show_settings (string panel)
63
63
  {
64
 
    spawn_command_line_async ("system-settings " + panel);
 
64
    UrlDispatch.send ("settings://system/bluetooth");
65
65
  }
66
66
 
67
67
  Action create_settings_action ()