diff options
| author | Karel Klic <kklic@redhat.com> | 2010-02-01 16:06:52 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-02-01 16:06:52 +0100 |
| commit | e45356512a661c4dd1d4d18bc40c37a3ffb3b989 (patch) | |
| tree | 9fb3e08e1b5c74e683a91045152b08ca7cab5997 /src/Applet/Applet.cpp | |
| parent | 19359090b7cfacacb8d1b803211057e16c53becb (diff) | |
| parent | 280ef1e68789ef7ef82048b8a772a57203750495 (diff) | |
| download | abrt-e45356512a661c4dd1d4d18bc40c37a3ffb3b989.tar.gz abrt-e45356512a661c4dd1d4d18bc40c37a3ffb3b989.tar.xz abrt-e45356512a661c4dd1d4d18bc40c37a3ffb3b989.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp index b17a88b..c29a164 100644 --- a/src/Applet/Applet.cpp +++ b/src/Applet/Applet.cpp @@ -247,12 +247,11 @@ int main(int argc, char** argv) die_if_dbus_error(r != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER, &err, "Problem connecting to dbus, or applet is already running"); - /* Show disabled icon if daemon is not running */ + /* show the warning in terminal, as nm-applet does */ if (!dbus_bus_name_has_owner(system_conn, ABRTD_DBUS_NAME, &err)) { const char* msg = _("ABRT service is not running"); puts(msg); - applet->Disable(msg); } /* dbus_bus_request_name can already read some data. Thus while dbus fd hasn't |
