Bug 130123, inform user that * is not allow in Secret ID
This commit is contained in:
parent
ce3c9c8fc6
commit
95fbf8a018
@ -728,6 +728,7 @@ public class MiCasa : Store
|
|||||||
md.SetPosition(Gtk.WindowPosition.CenterOnParent);
|
md.SetPosition(Gtk.WindowPosition.CenterOnParent);
|
||||||
md.Modal = true;
|
md.Modal = true;
|
||||||
md.Show();
|
md.Show();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( (true == entrySecretID.Editable) && ("" != entrySecretID.Text) && (tvKeyValue.Model.IterNChildren() > 0) )
|
if( (true == entrySecretID.Editable) && ("" != entrySecretID.Text) && (tvKeyValue.Model.IterNChildren() > 0) )
|
||||||
|
Loading…
Reference in New Issue
Block a user