Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 284445 Details for
Bug 373733
[mozilla-overlay] mail-client/thunderbird-5.0 fails to connect to gpg-agent
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Exchanges ProfD for CurProcD in enigmail.js for thunderbird-6.0
thunderbird-6.0-search-enigmail-in-installdir.patch (text/plain), 1.07 KB, created by
Manuel Danisch
on 2011-08-24 08:58:49 UTC
(
hide
)
Description:
Exchanges ProfD for CurProcD in enigmail.js for thunderbird-6.0
Filename:
MIME Type:
Creator:
Manuel Danisch
Created:
2011-08-24 08:58:49 UTC
Size:
1.07 KB
patch
obsolete
>--- enigmail.js.orig 2011-07-25 14:00:49.000000000 +0200 >+++ enigmail.js 2011-08-24 10:44:45.268195329 +0200 >@@ -926,7 +926,7 @@ > Components.classes["@mozilla.org/file/directory_service;1"]. > getService(Components.interfaces.nsIProperties); > >- var extensionLoc = directoryService.get("ProfD", Components.interfaces.nsIFile); >+ var extensionLoc = directoryService.get("CurProcD", Components.interfaces.nsIFile); > extensionLoc.append("extensions"); > extensionLoc.append(ENIGMAIL_EXTENSION_ID); > extensionLoc.append("wrappers"); >@@ -1460,7 +1460,7 @@ > Components.classes["@mozilla.org/file/directory_service;1"]. > getService(Components.interfaces.nsIProperties); > var extensionLoc = >- directoryService.get("ProfD", Components.interfaces.nsIFile); >+ directoryService.get("CurProcD", Components.interfaces.nsIFile); > extensionLoc.append("extensions"); > extensionLoc.append(ENIGMAIL_EXTENSION_ID); > extensionLoc.append("wrappers");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 373733
:
278997
|
280843
|
280845
|
284445
|
292191
|
292193