gbrainy r475 - trunk/src



Author: jmas
Date: Tue Dec 23 12:02:49 2008
New Revision: 475
URL: http://svn.gnome.org/viewvc/gbrainy?rev=475&view=rev

Log:
2008-12-23 Jordi Mas <jmas softcatala org>

	* AboutDialog.cs: Fixes close button



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

Modified: trunk/src/AboutDialog.cs
==============================================================================
--- trunk/src/AboutDialog.cs	(original)
+++ trunk/src/AboutDialog.cs	Tue Dec 23 12:02:49 2008
@@ -61,6 +61,7 @@
 		IconName = null;
 		License = license.ToString ();
 		WrapLicense = true;
+		Response += delegate (object o, Gtk.ResponseArgs e) {Destroy ();};
 	}
 
 	Pixbuf LoadFromAssembly (string resource)



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