diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-02 15:37:30 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-02 15:37:30 +0100 |
| commit | 90d6a5be050eac9d0f6dc7a7216e412227312bc5 (patch) | |
| tree | ef1b16a843915004549c0c895717a84c5bf19c38 /src/Applet/Applet.cpp | |
| parent | e1be4826551cc7aa396d0e4b28770fb8eb12946b (diff) | |
| parent | 1eec1e1b5c5f5c7a032b32165139274b170ec06f (diff) | |
| download | abrt-90d6a5be050eac9d0f6dc7a7216e412227312bc5.tar.gz abrt-90d6a5be050eac9d0f6dc7a7216e412227312bc5.tar.xz abrt-90d6a5be050eac9d0f6dc7a7216e412227312bc5.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Applet/Applet.cpp')
| -rw-r--r-- | src/Applet/Applet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp index c2d5467..ea58b25 100644 --- a/src/Applet/Applet.cpp +++ b/src/Applet/Applet.cpp @@ -246,7 +246,7 @@ int main(int argc, char** argv) "Problem connecting to dbus, or applet is already running"); /* Show disabled icon if daemon is not running */ - if (!dbus_bus_name_has_owner(system_conn, CC_DBUS_NAME, &err)) + if (!dbus_bus_name_has_owner(system_conn, ABRTD_DBUS_NAME, &err)) { const char* msg = _("ABRT service is not running"); puts(msg); |
