Import/Export changes

This commit is contained in:
Jim Norman 2006-08-21 17:11:03 +00:00
parent 8a5d4808b9
commit deb207f913

View File

@ -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)