[Konsole-devel] [Bug 78195] Konsole crashes when closing it after playing with transparency

Waldo Bastian bastian at kde.org
Mon Mar 22 11:17:23 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=78195      
bastian kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From bastian kde org  2004-03-22 12:17 -------
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;
     }



More information about the konsole-devel mailing list