Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183075 | Differences between
and this patch

Collapse All | Expand All

(-)psi-0.10.org/src/tools/openpgp/gpgop.cpp (-1 / +1 lines)
Lines 377-383 void GpgOp::proc_statusLine(const QStrin Link Here
377
		rest = str.mid(n+1);
377
		rest = str.mid(n+1);
378
	}
378
	}
379
379
380
	if(s == "NEED_PASSPHRASE") {
380
	if(s == "GET_HIDDEN") {
381
		if(!(d->tryAgent && getenv("GPG_AGENT_INFO"))) {
381
		if(!(d->tryAgent && getenv("GPG_AGENT_INFO"))) {
382
			if(!d->didPassphrase) {
382
			if(!d->didPassphrase) {
383
				d->didPassphrase = true;
383
				d->didPassphrase = true;

Return to bug 183075