* Make the dispose() method always return nil. Otherwise, when an instance
commit18d10e1998f3c9e749bdc67ff4440ffabd6f5375
authorrdale <rdale@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Mon, 16 Mar 2009 17:10:54 +0000 (16 17:10 +0000)
committerrdale <rdale@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Mon, 16 Mar 2009 17:10:54 +0000 (16 17:10 +0000)
tree19b0d70d2aa0adb2b462ee1ff982e56f8218c0e8
parent7d5701bc232987393197e323bae7def5f02e98b6
* Make the dispose() method always return nil. Otherwise, when an instance
  is deleted from within irb, it makes irb crash when it tries to run
  run inspect() on the newly deleted value returned by dispose(). Thanks
  to Stefano Crocco for finding the problem.

CCMAIL: kde-bindings@kde.org

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings@940138 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
ruby/qtruby/ChangeLog
ruby/qtruby/src/qtruby.cpp