Fix warning

This commit is contained in:
Guus Bons 2011-12-25 15:51:00 +01:00
parent 966ffa70ce
commit d49a5ab78c

View file

@ -181,7 +181,7 @@ namespace SparkleShare {
Controller.ChangeAddressFieldEvent += delegate (string text,
string example_text, FieldState state) {
Console.WriteLine ("> " + text);
Application.Invoke (delegate {
AddressEntry.Text = text;
AddressEntry.Sensitive = (state == FieldState.Enabled);