[Pkg-mozext-commits] [personasplus] 01/13: Fix custom persona with empty header and footer

David Prévot taffit at moszumanska.debian.org
Sun Jun 12 01:06:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository personasplus.

commit 669f522c6f4fe3ca4e67a5bca3114ebc8c1dd77b
Author: Andreas Wagner <mail at andreaswagner.org>
Date:   Thu May 26 23:50:42 2016 +0200

    Fix custom persona with empty header and footer
---
 extension/content/blank.gif              | Bin 0 -> 43 bytes
 extension/content/customPersonaEditor.js |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/blank.gif b/extension/content/blank.gif
new file mode 100644
index 0000000..2799b45
Binary files /dev/null and b/extension/content/blank.gif differ
diff --git a/extension/content/customPersonaEditor.js b/extension/content/customPersonaEditor.js
index 3b0350d..7ba80ae 100644
--- a/extension/content/customPersonaEditor.js
+++ b/extension/content/customPersonaEditor.js
@@ -97,7 +97,7 @@ var CustomPersonaEditor = {
   },
 
   get _blankImage() {
-    return "data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="
+    return "resource://personas/content/blank.gif"
   },
 
   customPersona: null,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/personasplus.git



More information about the Pkg-mozext-commits mailing list