[Kde-bindings] KDE/kdebindings/ruby/korundum
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Tue Oct 21 17:04:38 UTC 2008
SVN commit 874468 by rdale:
* Special case the KDE::StandardAction.open method so it gets called and not
Kernel.open. Thanks to Stefano Crocco for reporting the error.
CCMAIL: kde-bindings at kde.org
M +5 -0 ChangeLog
M +4 -0 src/lib/KDE/korundum4.rb
--- trunk/KDE/kdebindings/ruby/korundum/ChangeLog #874467:874468
@@ -1,3 +1,8 @@
+2008-10-21 Richard Dale <richard.j.dale at gmail.com>
+
+ * Special case the KDE::StandardAction.open method so it gets called and not
+ Kernel.open. Thanks to Stefano Crocco for reporting the error.
+
2008-09-09 Richard Dale <richard.j.dale at gmail.com>
* The KDE::Dialog exec method was giving a ArgumentError exception.
--- trunk/KDE/kdebindings/ruby/korundum/src/lib/KDE/korundum4.rb #874467:874468
@@ -462,6 +462,10 @@
def name(*args)
method_missing(:name, *args)
end
+
+ def open(*args)
+ method_missing(:name, *args)
+ end
end
class StandardShortcut < Qt::Base
More information about the Kde-bindings
mailing list