[Rt-commit] r13150 - in rt/branches/3.8-TESTING: . share/html/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jun 10 20:19:10 EDT 2008
Author: sartak
Date: Tue Jun 10 20:19:09 2008
New Revision: 13150
Added:
rt/branches/3.8-TESTING/share/html/Elements/GnuPG/KeyIssues
- copied unchanged from r13102, /rt/branches/3.8-TESTING/share/html/Elements/GnuPGKeyIssues
Removed:
rt/branches/3.8-TESTING/share/html/Elements/GnuPGKeyIssues
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/Elements/GnuPG/SignEncryptWidget
Log:
r62157 at onn: sartak | 2008-06-10 20:18:14 -0400
Move GnuPGKeyIssues into the GnuPG directory
Modified: rt/branches/3.8-TESTING/share/html/Elements/GnuPG/SignEncryptWidget
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/GnuPG/SignEncryptWidget (original)
+++ rt/branches/3.8-TESTING/share/html/Elements/GnuPG/SignEncryptWidget Tue Jun 10 20:19:09 2008
@@ -79,7 +79,7 @@
<%INIT>
return unless $self;
-return $m->comp( '/Elements/GnuPGKeyIssues',
+return $m->comp( '/Elements/GnuPG/KeyIssues',
Issues => $self->{'GnuPGRecipientsKeyIssues'} || [],
SignAddresses => $self->{'GnuPGCanNotSignAs'} || [],
);
More information about the Rt-commit
mailing list