Summary: | Konsole crashes when closing it after playing with transparency | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Florian Evers <florian-evers> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | simone |
Priority: | NOR | ||
Version: | 1.3.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Florian Evers
2004-03-22 11:02:47 UTC
CVS commit by waba: Don't crash. (BR78195) CCMAIL:78195-done@bugs.kde.org M +3 -1 kwinmodule.cpp 1.62.2.1 --- kdelibs/kdecore/kwinmodule.cpp #1.62:1.62.2.1 @@ -126,4 +126,6 @@ void KWinModule::init(int what) static_d = new KWinModulePrivate(what); static_d->modules = modules; + for ( QPtrListIterator<KWinModule> mit( modules ); mit.current(); ++mit ) + (*mit)->d = static_d; } |