Bug 228046. Prompt user for MasterPassword prior to
displaying the Find and Replace dialog.
This commit is contained in:
parent
434bc49a50
commit
bdc46f5639
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 9 13:25:55 MST 2007 - jnorman@novell.com
|
||||||
|
|
||||||
|
- Bug 228046. Prompt user for MasterPassword prior to displaying
|
||||||
|
the Find and Replace dialog.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 9 12:27:57 MST 2007 - jnorman@novell.com
|
Tue Jan 9 12:27:57 MST 2007 - jnorman@novell.com
|
||||||
|
|
||||||
|
@ -1035,10 +1035,14 @@ public class MiCasa : Store
|
|||||||
|
|
||||||
|
|
||||||
internal void FindAndReplaceValues()
|
internal void FindAndReplaceValues()
|
||||||
|
{
|
||||||
|
CommonGUI cg = new CommonGUI();
|
||||||
|
if (cg.VerifyMasterPasswordWithUser())
|
||||||
{
|
{
|
||||||
FindAndReplace fr = new FindAndReplace(this, tvSecretIDMiCasa.Model, tsSecretIDMiCasa);
|
FindAndReplace fr = new FindAndReplace(this, tvSecretIDMiCasa.Model, tsSecretIDMiCasa);
|
||||||
fr.ShowDialog();
|
fr.ShowDialog();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
///#######################################################################
|
///#######################################################################
|
||||||
// DELETE SECRET
|
// DELETE SECRET
|
||||||
|
Loading…
Reference in New Issue
Block a user