diff options
| author | Robert Tari <robert@tari.in> | 2020-10-26 00:00:22 +0100 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2020-10-26 00:00:22 +0100 |
| commit | 73163e638c78e07db623c9e698d00871a9602b3a (patch) | |
| tree | 4b4b6bd106f6e5315971bf8d150c1cae8756e7e5 /src/profile.vala | |
| parent | 5024aafdba098a7c4f481357c206c4cd1437ccf2 (diff) | |
| parent | 6a5ff48144130ac7384c306458ac227e21aec637 (diff) | |
| download | ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.tar.gz ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.tar.bz2 ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.zip | |
Attributes GH PR #2: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/2
Merge branch 'sunweaver-pr/ayatana-indicators-port' into master
Diffstat (limited to 'src/profile.vala')
| -rw-r--r-- | src/profile.vala | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profile.vala b/src/profile.vala index 4320ac8..767a5cd 100644 --- a/src/profile.vala +++ b/src/profile.vala @@ -88,8 +88,8 @@ class Profile: Object { var item = new MenuItem (_("Bluetooth"), "indicator.bluetooth-enabled"); - item.set_attribute ("x-canonical-type", "s", - "com.canonical.indicator.switch"); + item.set_attribute ("x-ayatana-type", "s", + "org.ayatana.indicator.switch"); return item; } @@ -98,8 +98,8 @@ class Profile: Object { var item = new MenuItem (null, @"indicator.root-$profile_name"); - item.set_attribute ("x-canonical-type", "s", - "com.canonical.indicator.root"); + item.set_attribute ("x-ayatana-type", "s", + "org.ayatana.indicator.root"); return item; } |
