aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-11-01 19:59:07 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-12-20 21:16:58 +0100
commit81ee7649385b1c348fd794cd8fc2dc2b551ce2c0 (patch)
treef6de569786f77122f331c0fafdc8df7fa80cde38 /libfsoframework
parent1a4c5aba55a7befe0225de102283e33c2b16f186 (diff)
downloadcornucopia-81ee7649385b1c348fd794cd8fc2dc2b551ce2c0.tar.gz
cornucopia-81ee7649385b1c348fd794cd8fc2dc2b551ce2c0.tar.bz2
cornucopia-81ee7649385b1c348fd794cd8fc2dc2b551ce2c0.zip
libfsoframework: rename DBusExtensions to DBusService
Diffstat (limited to 'libfsoframework')
-rw-r--r--libfsoframework/fsoframework/dbus.vala3
1 files changed, 1 insertions, 2 deletions
diff --git a/libfsoframework/fsoframework/dbus.vala b/libfsoframework/fsoframework/dbus.vala
index c1ee8ce9..4f1293d0 100644
--- a/libfsoframework/fsoframework/dbus.vala
+++ b/libfsoframework/fsoframework/dbus.vala
@@ -17,8 +17,7 @@
*
*/
-// inject useful things into the DBus namespace until they are in dbus-glib-1.vapi
-namespace DBusExtensions
+namespace DBusService
{
public const string DBUS_SERVICE_DBUS = "org.freedesktop.DBus";
public const string DBUS_PATH_DBUS = "/org/freedesktop/DBus";