https://bugs.kde.org/show_bug.cgi?id=386328

--- Comment #1 from Omar Plummer <omarplum...@imergetechnologies.com> ---
Ok, having now taken a look at the code, I realise that my wording of the
original bug report was somewhat misguided.

What actually seems to be happening here is a null pointer de-reference. On
line 659 of src/akregator_part.cpp, the Akregator systray icon instance (NULL
when disabled) is being set up as the receiver of a signal.

By simply wrapping that call to "connect()" in a conditional that checks that
the result of TrayIcon::getInstance() is not "falsy", the problem appears to be
resolved.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to