[Kde-bindings] kdebindings/korundum

Richard Dale Richard_Dale at tipitina.demon.co.uk
Fri Oct 8 02:27:38 UTC 2004


CVS commit by rdale: 


* Reverted recent fix for crash on exit, as it only occured with a Qt::Application and 
seems to introduce a crash in KDE apps where none existed before. 

CCMAIL: kde-bindings at kde.org 
CCMAIL: thibauld.favre at laposte.net 


  M +8 -0      ChangeLog   1.59
  M +0 -4      rubylib/korundum/lib/KDE/korundum.rb   1.36


--- kdebindings/korundum/rubylib/korundum/lib/KDE/korundum.rb  #1.35:1.36
@@ -369,6 +369,4 @@
                 def exec
                         super
-                        widgets = topLevelWidgets
-                        widgets.each {|widget| widget.dispose}
                         self.dispose
                 end
@@ -383,6 +381,4 @@
                 def exec
                         super
-                        widgets = topLevelWidgets
-                        widgets.each {|widget| widget.dispose}
                         self.dispose
                 end

--- kdebindings/korundum/ChangeLog  #1.58:1.59
@@ -1,2 +1,10 @@
+2004-10-08  Richard Dale  <Richard_Dale at tipitina.demon.co.uk>
+
+ * Reverted recent fix for crash on exit, as it only occured with a Qt::Application and
+   seems to introduce a crash in KDE apps where none existed before.
+
+ CCMAIL: kde-bindings at kde.org
+ CCMAIL: thibauld.favre at laposte.net
+
 2004-10-06  Richard Dale  <Richard_Dale at tipitina.demon.co.uk>
 





More information about the Kde-bindings mailing list