Import/Export changes
This commit is contained in:
parent
8a5d4808b9
commit
deb207f913
@ -100,6 +100,13 @@ namespace Novell.CASA.GUI
|
|||||||
dialogImport.Show();
|
dialogImport.Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void OnDialogLoginDeleted(object obj, DeleteEventArgs args)
|
||||||
|
{
|
||||||
|
//cbuttonShowPassword.Active = false;
|
||||||
|
dialogLogin.Destroy();
|
||||||
|
args.RetVal = true;
|
||||||
|
}
|
||||||
|
|
||||||
private void on_buttonImportOK_clicked(object sender, EventArgs args)
|
private void on_buttonImportOK_clicked(object sender, EventArgs args)
|
||||||
{
|
{
|
||||||
if (entryMasterPassword != null)
|
if (entryMasterPassword != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user