gbrainy r463 - trunk/src



Author: jmas
Date: Wed Sep 10 17:39:24 2008
New Revision: 463
URL: http://svn.gnome.org/viewvc/gbrainy?rev=463&view=rev

Log:
2008-09-10 Jordi Mas <jmas softcatala org>

	* src/gbrainy.cs: give focus to Next button after answering 
         (Ermengol's suggestion)



Modified:
   trunk/src/ChangeLog
   trunk/src/gbrainy.cs

Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs	(original)
+++ trunk/src/gbrainy.cs	Wed Sep 10 17:39:24 2008
@@ -392,6 +392,7 @@
 		session.CurrentGame.DrawAnswer = true;
 		session.Status = GameSession.SessionStatus.Answered;
 		ActiveInputControls (true);
+		next_button.GrabFocus ();
 		drawing_area.QueueDraw ();
 	}		
 



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