Bug 130123, inform user that * is not allow in Secret ID

This commit is contained in:
Jim Norman 2005-10-26 15:07:34 +00:00
parent ce3c9c8fc6
commit 95fbf8a018

View File

@ -728,6 +728,7 @@ public class MiCasa : Store
md.SetPosition(Gtk.WindowPosition.CenterOnParent);
md.Modal = true;
md.Show();
return;
}
if( (true == entrySecretID.Editable) && ("" != entrySecretID.Text) && (tvKeyValue.Model.IterNChildren() > 0) )