banshee r3819 - in trunk/banshee: . src/Libraries/Lastfm.Gui/Lastfm.Gui



Author: gburt
Date: Thu Apr 24 04:55:53 2008
New Revision: 3819
URL: http://svn.gnome.org/viewvc/banshee?rev=3819&view=rev

Log:
2008-04-23  Gabriel Burt  <gabriel burt gmail com>

	* src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs: Fix bug with
	not saving the account info when the user clicked (vs pressing space or
	enter) the save button.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs

Modified: trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs	(original)
+++ trunk/banshee/src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs	Thu Apr 24 04:55:53 2008
@@ -108,6 +108,9 @@
                 button.Activated += delegate {
                     login_form.Save ();
                 };
+                button.Clicked += delegate {
+                    login_form.Save ();
+                };
                 AddActionWidget (button, ResponseType.Ok);
             }
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]