*** empty log message ***
authorgc <gc>
Sun, 12 Mar 2006 16:53:35 +0000 (16:53 +0000)
committergc <gc>
Sun, 12 Mar 2006 16:53:35 +0000 (16:53 +0000)
bin/booh

index 5fc81471cf45848c69096324f351bc0d64302727..3aecac7a0a252224d859081cb5b7522679f86152 100755 (executable)
--- 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