summaryrefslogtreecommitdiffstats
path: root/src/applet/applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet/applet.c')
-rw-r--r--src/applet/applet.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/applet/applet.c b/src/applet/applet.c
index 70482e6d..b14e55a0 100644
--- a/src/applet/applet.c
+++ b/src/applet/applet.c
@@ -25,11 +25,18 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
+#include <internal_abrt_dbus.h>
#include "abrtlib.h"
-#include "abrt_dbus.h"
+
#define ENABLE_ANIMATION 0
+
+#define ABRTD_DBUS_NAME "com.redhat.abrt"
+#define ABRTD_DBUS_PATH "/com/redhat/abrt"
+#define ABRTD_DBUS_IFACE "com.redhat.abrt"
+
+
static gboolean persistent_notification;
static GtkStatusIcon *ap_status_icon;
static GtkWidget *ap_menu;