diff Util/GtkWarFoundryUtil.cs @ 54:f9f6e9db5350

Re #60: Add UI to add/remove/edit weapons in GTK * Add selection change notification from equipment list * Make ShowControl method return a boolean to say what the user did with it * Re-implement ShowControl to use Run() instead of ShowNow() so we can get a response result
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 Aug 2010 16:01:12 +0000
parents 4bad8cb3f889
children
line wrap: on
line diff
--- a/Util/GtkWarFoundryUtil.cs	Wed Aug 25 15:21:56 2010 +0000
+++ b/Util/GtkWarFoundryUtil.cs	Wed Aug 25 16:01:12 2010 +0000
@@ -14,5 +14,4 @@
 			(cell as CellRendererText).Text = equip.Name;
 		}
 	}
-}
-
+}
\ No newline at end of file