Ar 16/11/2005 am 20:39, ysgrifennodd Hadmut Danisch: > Package: libgtk2-ruby > Version: 0.13.0-2 > Severity: normal > > Hi, > > is the ComboBox missing in the gtk library? > > #!/usr/bin/ruby > require 'gtk2' > Gtk.init > x=Gtk::ComboBox.new > > > issues the error message > > uninitialized constant Gtk::ComboBox (NameError)
I can't seem to reproduce this: ([EMAIL PROTECTED]:~) irb irb(main):001:0> require 'gtk2' => true irb(main):002:0> x = Gtk::ComboBox.new => #<Gtk::ComboBox:0xb728c4f0 ptr=0x819afb0> I'm going to upload 0.14.1 soon -- perhaps you can see if that fixes the problem for you. -- Dafydd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

