[Xfce4-commits] <midori:master> Remove and don't install speed dial json template
Christian Dywan
noreply at xfce.org
Wed Mar 23 00:30:02 CET 2011
Updating branch refs/heads/master
to d31ba63447ad8077be596be75e6d858f874de671 (commit)
from d3edddea9022e728faab80b90ecd6fe2955329e9 (commit)
commit d31ba63447ad8077be596be75e6d858f874de671
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Mar 23 00:18:49 2011 +0100
Remove and don't install speed dial json template
data/speeddial.json | 1 -
wscript | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/data/speeddial.json b/data/speeddial.json
deleted file mode 100644
index eeb62ab..0000000
--- a/data/speeddial.json
+++ /dev/null
@@ -1 +0,0 @@
-'{"shortcuts":[{"id":"s1","href":"#","title":"","img":""},{"id":"s2","href":"#","title":"","img":""},{"id":"s3","href":"#","title":"","img":""},{"id":"s4","href":"#","title":"","img":""},{"id":"s5","href":"#","title":"","img":""},{"id":"s6","href":"#","title":"","img":""},{"id":"s7","href":"#","title":"","img":""},{"id":"s8","href":"#","title":"","img":""},{"id":"s9","href":"#","title":"","img":""}]}'
diff --git a/wscript b/wscript
index 8f5c96b..beee243 100644
--- a/wscript
+++ b/wscript
@@ -465,7 +465,6 @@ def build (bld):
bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/error.html')
bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/speeddial-head.html')
- bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/speeddial.json')
bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/mootools.js')
if bld.env['addons']:
More information about the Xfce4-commits
mailing list