From 9f47961302b87d139326f4a08f045ee5ab03248b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 5 Nov 2015 13:52:17 +0100 Subject: Use org.ayatana namespace for Ayatana indicators. --- src/menubar.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/menubar.vala') diff --git a/src/menubar.vala b/src/menubar.vala index 886b158..17a5ad7 100644 --- a/src/menubar.vala +++ b/src/menubar.vala @@ -244,9 +244,9 @@ public class MenuBar : Gtk.MenuBar // string path; // Indicator.Object io; - // /* To stay backwards compatible, use com.canonical.indicator as the default prefix */ + // /* To stay backwards compatible, use org.ayatana.indicator as the default prefix */ // if (indicator_name.index_of_char ('.') < 0) - // path = @"$dir/com.canonical.indicator.$indicator_name"; + // path = @"$dir/org.ayatana.indicator.$indicator_name"; // else // path = @"$dir/$indicator_name"; @@ -345,7 +345,7 @@ public class MenuBar : Gtk.MenuBar { if (indicator_list[i] == "ug-keyboard") { - indicator_list[i] = "com.canonical.indicator.keyboard"; + indicator_list[i] = "org.ayatana.indicator.keyboard"; update_indicator_list = true; } } -- cgit v1.2.3