From afb8da54d4b783c35f558d36b8ffcf7167f33ea7 Mon Sep 17 00:00:00 2001 From: gc Date: Sun, 12 Mar 2006 16:53:35 +0000 Subject: [PATCH] *** empty log message *** --- bin/booh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/booh b/bin/booh index 5fc8147..3aecac7 100755 --- a/bin/booh +++ b/bin/booh @@ -588,6 +588,9 @@ the right 'size'. add(rb_yes = Gtk::RadioButton.new(rb_no, utf8(_("amount of: ")))). add(spin = Gtk::SpinButton.new(1, 8, 0.1)). add(Gtk::Label.new(utf8(_("times the width of other images")))))) + spin.signal_connect('value-changed') { + rb_yes.active = true + } dialog.window_position = Gtk::Window::POS_MOUSE dialog.show_all if value -- 2.30.4