Summary: | Kopete crashes with --autoconnect | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Josh <josh> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | tejasdinkar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix autoconnect |
Description
Josh
2008-07-02 02:11:45 UTC
This is a bug in Qt (I think) in the function KopeteApplication::slotAllPluginsLoaded() the line (*i).split(',') causes this bug. *i is not properly cast to a QString for some reason Created attachment 26062 [details]
Patch to fix autoconnect
ooops, maybe it isn't a Qt bug after all
We push into a QList and keep reading from it.
Anyway, this patch fixes it.
I'd like to commit it myself If I'm allowed
PS: Thanks to Shivasharanam Rau
*** Bug has been marked as fixed ***. |