[akregator] [Bug 386328] Akregator crashes when opening configuration dialog if "Show Tray Icon" is disabled
Omar Plummer
bugzilla_noreply at kde.org
Sun Oct 29 18:35:43 GMT 2017
https://bugs.kde.org/show_bug.cgi?id=386328
--- Comment #1 from Omar Plummer <omarplummer at 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 the assignee for the bug.
More information about the Kdepim-bugs
mailing list