diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-01 15:32:59 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-03-01 17:26:07 +0000 |
commit | 7d4c65f36d0edfe7df98c716a73d0e09500ea6eb (patch) | |
tree | 1bf19c9347e298e8768aebba85f9b356e856370e | |
parent | f38979a8756d7e549793ed49f809c7ae58eed5bb (diff) |
Be polite to upstream by not occupying their namespacemaemo-libcreds
-rw-r--r-- | bus/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/driver.c b/bus/driver.c index 73c7c1e5..e8a77e8f 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -41,7 +41,7 @@ #ifdef DBUS_BUS_ENABLE_CREDS #include <sys/creds.h> -#define DBUS_INTERFACE_CREDS "org.freedesktop.DBus.Creds" +#define DBUS_INTERFACE_CREDS "com.meego.DBus.Creds" #endif static dbus_bool_t bus_driver_send_welcome_message (DBusConnection *connection, |