GNOME Bugzilla – Bug 536328
Lastfm.Gui Account Dialog: Save&Close on Enter keypress.
Last modified: 2008-06-24 22:07:31 UTC
It was bothering me that the Last.FM account dialog, where you enter your username and password, didn't responded to pressing Enter. This patch adds that functionality. Please review.
Created attachment 112003 [details] [review] Lastfm.Gui SaveonEnter Updated version of the patch I earlier sent to the mailinglist.
Looks pretty good Peter (glad you got rid of the Parent.Parent.Parent :) ). Put spaces between method names and argument lists, eg my_method (foo) - see HACKING for the full scoop.
Created attachment 112374 [details] [review] Lastfm.Gui SaveonEnter - version 2 Added the mentioned spaces. Should comply to HACKING guidelines now.
Committed, thanks Peter!