Bug 130123, inform user that * is not allow in Secret ID
This commit is contained in:
@@ -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) )
|
||||||
|
|||||||
Reference in New Issue
Block a user