GNOME Bugzilla – Bug 379148
Properties dialog should close on Return
Last modified: 2006-11-29 08:52:51 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/rhythmbox/+bug/72734 "Use case: When using the keyboard to view or change properties, the dialog should be closed when hitting return. The Close button is highlighted by default, which makes it look like it should be activated when pressing return. This would make especially editing properties much more convenient."
Created attachment 77150 [details] [review] "activates_default" should be True for property dialogues This is caused by the "activates_default" property being False on text boxes in the property dialogues' Glade files. The attached patch fixes the problem.
Committed to cvs, thanks. For future reference, passing "-u" to diff or cvs diff (or putting "diff -u" in ~/.cvsrc) causes it to generate unified diffs, which are much more readable.