summaryrefslogtreecommitdiffstats
path: root/bus/activation.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-24 12:14:51 +0000
committerRichard Hughes <richard@hughsie.com>2007-07-24 12:14:51 +0000
commit74e1b986192d817c5c84a0e71c70fb0cb0378cc6 (patch)
treeb6bc89ffea9a3c178a58bccbef2e2a29c259006b /bus/activation.c
parent0a63547d0eda83fb90c7a4bc0cfe475880e8dc4a (diff)
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/activation.c: * bus/desktop-file.h: Move the defines into the header file, as we use these in the lauch helper as well as the desktop file parsing.
Diffstat (limited to 'bus/activation.c')
-rw-r--r--bus/activation.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bus/activation.c b/bus/activation.c
index 89c6df48..06dcf0ad 100644
--- a/bus/activation.c
+++ b/bus/activation.c
@@ -23,6 +23,7 @@
*
*/
#include "activation.h"
+#include "activation-exit-codes.h"
#include "desktop-file.h"
#include "services.h"
#include "test.h"
@@ -38,10 +39,6 @@
#include <errno.h>
#endif
-#define DBUS_SERVICE_SECTION "D-BUS Service"
-#define DBUS_SERVICE_NAME "Name"
-#define DBUS_SERVICE_EXEC "Exec"
-
struct BusActivation
{
int refcount;