[Xfce4-commits] <midori:master> Install close.png which is used by speed dial

Christian Dywan noreply at xfce.org
Tue Oct 11 02:14:01 CEST 2011


Updating branch refs/heads/master
         to 19a8002eeee50c8145b6c13e28e9d4991a01ce10 (commit)
       from 7bd92bc67c7d9c53ceb862386afda10bebfa2526 (commit)

commit 19a8002eeee50c8145b6c13e28e9d4991a01ce10
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Oct 11 02:12:07 2011 +0200

    Install close.png which is used by speed dial

 wscript |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wscript b/wscript
index 28d943d..1e6f4af 100644
--- a/wscript
+++ b/wscript
@@ -472,8 +472,8 @@ def build (bld):
         else:
             Utils.pprint ('BLUE', "logo-shade could not be rasterized.")
 
-    bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/error.html')
-    bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/speeddial-head.html')
+    for res_file in ['error.html', 'speeddial-head.html', 'close.png']:
+        bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/' + res_file)
 
     if bld.env['addons']:
         bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/autosuggestcontrol.js')


More information about the Xfce4-commits mailing list