43 |
|
|
44 |
SetForegroundWindow (dlg); |
SetForegroundWindow (dlg); |
45 |
ShowWindow (dlg, SW_SHOW); |
ShowWindow (dlg, SW_SHOW); |
46 |
center_window (dlg); |
center_window (dlg, NULL); |
47 |
#ifndef LANG_DE |
#ifndef LANG_DE |
48 |
SetWindowText (dlg, _("WinPT Key Caching")); |
SetWindowText (dlg, _("WinPT Key Caching")); |
49 |
#endif |
#endif |
57 |
if (!secring) |
if (!secring) |
58 |
BUG (0); |
BUG (0); |
59 |
if (rcs->tr_update) |
if (rcs->tr_update) |
60 |
gpgme_op_rebuild_cache (); |
gpg_rebuild_cache (); |
61 |
if (rcs->kr_update) { |
if (rcs->kr_update) { |
62 |
keycache_set_reload (rcs->kr_reload); |
keycache_set_reload (rcs->kr_reload); |
63 |
err = keycache_init (pubring, secring); |
err = keycache_init (pubring, secring); |