diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-03 22:08:20 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-03 22:08:20 +0000 |
commit | 0fb98691d2ce89e0010f5ec6db6296022f866719 (patch) | |
tree | 14cf13f1e7dd0c21c6f355c8196ac2092385dc98 /src | |
parent | 14a60879be70cc0779ef278e14b49565fce3d482 (diff) | |
parent | 55108acdde8854c7e6846da9152165dfec3be69d (diff) | |
download | ayatana-indicator-datetime-0fb98691d2ce89e0010f5ec6db6296022f866719.tar.gz ayatana-indicator-datetime-0fb98691d2ce89e0010f5ec6db6296022f866719.tar.bz2 ayatana-indicator-datetime-0fb98691d2ce89e0010f5ec6db6296022f866719.zip |
Update settings URL to settings:///system. Fixes: https://bugs.launchpad.net/bugs/1231444.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src')
-rw-r--r-- | src/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c index ee00723..b87d5a6 100644 --- a/src/service.c +++ b/src/service.c @@ -1283,7 +1283,7 @@ on_phone_settings_activated (GSimpleAction * a G_GNUC_UNUSED, GVariant * param G_GNUC_UNUSED, gpointer gself G_GNUC_UNUSED) { - url_dispatch_send ("settings://system/time-date", NULL, NULL); + url_dispatch_send ("settings:///system/time-date", NULL, NULL); } static void |