diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-01 13:41:12 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-01 13:41:12 +0100 |
| commit | bdcf8996d7afa1d35c94b89c31822b55cf86038a (patch) | |
| tree | 6a51fcc528d07e7805443f483e90e286cb6c52dd /src/Applet/Applet.cpp | |
| parent | b09fe55a71ea1b45d6104faeb7ff6466e5196eeb (diff) | |
| parent | 1ccc2783cae9231f8465f8dc1fd06f3a9052326c (diff) | |
Merge branch 'master' into rhel6
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 |
