Import/Export changes
This commit is contained in:
@@ -100,6 +100,13 @@ namespace Novell.CASA.GUI
|
||||
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)
|
||||
{
|
||||
if (entryMasterPassword != null)
|
||||
|
||||
Reference in New Issue
Block a user