GNOME Bugzilla – Bug 651259
tab width spinbox does not react to keyboard input
Last modified: 2011-05-29 03:28:55 UTC
the tab width spinbox in the preferences does not react properly when edited via keyboard + return It only reacts to clicking on the spin arrows. downstream bug: https://bugs.launchpad.net/ubuntu/+source/meld/+bug/785487 attached patch fixes it by changing the signal from changed to value_changed
Created attachment 188764 [details] [review] patch
Pushed to head. Thanks for the patch.