summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 14:53:26 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 14:53:26 +0100
commit1da192165c145805c32e2e13afbccc52b8a76ab6 (patch)
treeef1e580729c1eba80b43ed838d0d60ce9aaf1618 /lib
parentb725e7178f99621988f4913d5967be830d7a5834 (diff)
downloadabrt-1da192165c145805c32e2e13afbccc52b8a76ab6.tar.gz
abrt-1da192165c145805c32e2e13afbccc52b8a76ab6.tar.xz
abrt-1da192165c145805c32e2e13afbccc52b8a76ab6.zip
s/CC_DBUS_/ABRTD_DBUS_/g
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Utils/DBusCommon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Utils/DBusCommon.h b/lib/Utils/DBusCommon.h
index b3e3af2c..2e3ed8a5 100644
--- a/lib/Utils/DBusCommon.h
+++ b/lib/Utils/DBusCommon.h
@@ -22,8 +22,8 @@
#include "CrashTypes.h"
-#define CC_DBUS_NAME "com.redhat.abrt"
-#define CC_DBUS_PATH "/com/redhat/abrt"
-#define CC_DBUS_IFACE "com.redhat.abrt"
+#define ABRTD_DBUS_NAME "com.redhat.abrt"
+#define ABRTD_DBUS_PATH "/com/redhat/abrt"
+#define ABRTD_DBUS_IFACE "com.redhat.abrt"
#endif