[Pkg-mozext-commits] [adblock-plus] 414/464: Add label for ToolbarItems in Safari during build, because you can't set the palette label at runtime.

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:39 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit d012ec3918a12e740e983401792ed4ce97e2818a
Author: Sebastian Noack <sebastian at adblockplug.org>
Date:   Wed Jan 15 17:07:39 2014 +0100

    Add label for ToolbarItems in Safari during build, because you can't set the palette label at runtime.
---
 Info.plist.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Info.plist.tmpl b/Info.plist.tmpl
index d3308fb..42ce216 100644
--- a/Info.plist.tmpl
+++ b/Info.plist.tmpl
@@ -72,6 +72,8 @@
       <dict>
         <key>Identifier</key>
         <string>{{ identifier }}</string>
+        <key>Label</key>
+        <string>{{ name }}</string>
         {%- for key, value in props.iteritems() %}
         <key>{{ key }}</key>
         {{ str_or_real(value) }}

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



More information about the Pkg-mozext-commits mailing list