[Kde-bindings] KDE/kdebindings/ruby/korundum
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Wed Dec 17 20:02:59 UTC 2008
SVN commit 898231 by rdale:
* The KCmdLineArgs.count method was looping - thanks to Simon St James
for reporting the bug.
CCMAIL: kde-bindings at kde.org
CCMAIL: simon at etotheipiplusone.com
M +4 -0 ChangeLog
M +4 -0 src/lib/KDE/korundum4.rb
--- trunk/KDE/kdebindings/ruby/korundum/ChangeLog #898230:898231
@@ -1,3 +1,7 @@
+2008-12-17 Richard Dale <richard.j.dale at gmail.com>
+ * The KCmdLineArgs.count method was looping - thanks to Simon St James
+ for reporting the bug.
+
2008-11-24 Richard Dale <richard.j.dale at gmail.com>
* Added a QMap<QString,KTimeZone> marshaller
--- trunk/KDE/kdebindings/ruby/korundum/src/lib/KDE/korundum4.rb #898230:898231
@@ -203,6 +203,10 @@
end
end
+ def count
+ method_missing(:count)
+ end
+
def length
count
end
More information about the Kde-bindings
mailing list