Fix warning

This commit is contained in:
Guus Bons 2011-12-25 15:51:00 +01:00
parent 8fb5c53373
commit ddbbdb265b

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);