Bug#505223: libqt4-ruby1.8: setter methods not called

2008-11-11 Thread Vincent Fourmond
reopen 505223 retitle 505223 Please raise when methods are not called with appropriate arguments. severity 505223 wishlist tag 505223 upstream thanks Hello, Ondrej Bilka wrote: > On Tue, Nov 11, 2008 at 02:34:37AM +0100, Vincent Fourmond wrote: >> Hello, >> >> Ondrej Bilka wrote: >> Have yo

Bug#505223: libqt4-ruby1.8: setter methods not called

2008-11-10 Thread Ondrej Bilka
Package: libqt4-ruby1.8 Version: 1.4.10-3 Severity: important When method name doesnt contain uppercase letter setter method doesnt get called. getter works, even scene= is present in x.methods. require 'Qt4' Qt::Application.new([]) x=Qt::GraphicsView.new; x.scene="aaa" a.rb:3:in `method_miss