aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-17 11:42:47 -0600
committerTed Gould <ted@gould.cx>2011-01-17 11:42:47 -0600
commit9c6c6273c3d53e1581e176d8fe5fe50932ad592c (patch)
treeab2ab296d1cadb4869f34ffb4b6ef24d3a3ff500
parentbec8488e5f30b2b1db7f424ca34bdcc408f3b3d8 (diff)
downloadayatana-indicator-datetime-9c6c6273c3d53e1581e176d8fe5fe50932ad592c.tar.gz
ayatana-indicator-datetime-9c6c6273c3d53e1581e176d8fe5fe50932ad592c.tar.bz2
ayatana-indicator-datetime-9c6c6273c3d53e1581e176d8fe5fe50932ad592c.zip
Switching dbus names and interfaces
-rw-r--r--src/datetime-service.xml2
-rw-r--r--src/dbus-shared.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/datetime-service.xml b/src/datetime-service.xml
index 1207ebb..eda064f 100644
--- a/src/datetime-service.xml
+++ b/src/datetime-service.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
- <interface name="org.ayatana.indicator.datetime.service">
+ <interface name="com.canonical.indicator.datetime.service">
<!-- Methods -->
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index 357beb5..e6dc241 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -20,12 +20,12 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define SERVICE_NAME "org.ayatana.indicator.datetime"
-#define SERVICE_IFACE "org.ayatana.indicator.datetime.service"
-#define SERVICE_OBJ "/org/ayatana/indicator/datetime/service"
+#define SERVICE_NAME "com.canonical.indicator.datetime"
+#define SERVICE_IFACE "com.canonical.indicator.datetime.service"
+#define SERVICE_OBJ "/com/canonical/indicator/datetime/service"
#define SERVICE_VERSION 1
-#define MENU_OBJ "/org/ayatana/indicator/datetime/menu"
+#define MENU_OBJ "/com/canonical/indicator/datetime/menu"
#define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-canonical-calendar-item"