~omerucel/do-plugins/Parola

« back to all changes in this revision

Viewing changes to Parola/src/Parola.cs

  • Committer: Ömer ÜCEL
  • Date: 2010-12-11 20:31:31 UTC
  • Revision ID: omerucel@gmail.com-20101211203131-febnrugcppsvxfjo
changed keyring name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                {
17
17
                        try
18
18
                        {
19
 
                                Ring.CreateKeyring("testparola", null);
 
19
                                Ring.CreateKeyring("parola-plugin", null);
20
20
                        }catch{
21
21
                                // pass
22
22
                        }
23
23
 
24
 
                        Ring.SetDefaultKeyring("testparola");
 
24
                        Ring.SetDefaultKeyring("parola-plugin");
25
25
                }
26
26
 
27
27
                public IEnumerable<ParolaItem> Find(string query)