Bug 166454 - kopete (msn) crashes when trying to quote a blank chat window
Summary: kopete (msn) crashes when trying to quote a blank chat window
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Dennis Nienhüser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-13 18:04 UTC by fabio
Modified: 2008-07-13 19:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fabio 2008-07-13 18:04:41 UTC
Version:           0.50.80 (using 4.00.83 (KDE 4.0.83 (KDE 4.1 Beta2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-19-generic

Using msn protocol and trying to quote a non-existing message from the tool menu (e.g. open chat window, leave it empty, click on "tool" menu and select "quote last message") results in a crash of the whole application.
Comment 1 Dennis Nienhüser 2008-07-13 19:33:29 UTC
Confirmed for trunk (rev 831769).
Comment 2 Dennis Nienhüser 2008-07-13 19:47:20 UTC
SVN commit 831953 by nienhueser:

Don't try to access elements from an empty list.
BUG: 166454


 M  +2 -2      historyguiclient.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=831953
Comment 3 Dennis Nienhüser 2008-07-13 19:54:28 UTC
SVN commit 831959 by nienhueser:

Don't try to access elements from an empty list. Backport of commit 831953 (fix will be part of KDE 4.1.0)
CCBUG: 166454



 M  +2 -2      historyguiclient.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=831959