Updating branch refs/heads/master
         to a5442dd8557e0db8fce31e70ba64839cdd738201 (commit)
       from feb032138df5af9683e058bc67ca226a654979f6 (commit)

commit a5442dd8557e0db8fce31e70ba64839cdd738201
Author: PaweÅ‚ Forysiuk <[email protected]>
Date:   Thu Apr 4 11:26:23 2013 +0200

    makedist: Don't try removing gtk_rc file, it will be overwritten.
    
    Gets rid of annoying warning if file was non-existent.
    While at it adjust comment about icon theme used.

 win32/makedist/makedist.midori |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index d20f9da..c0e2b43 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -232,10 +232,8 @@ else
 fi
 
 mkdir -p $gtk_etc_dir
-rm $gtk_rc_file
 
-
-# Use small icons by default and Tango theme
+# Use small icons by default and Faenza icon theme
 if [ "$GTK3_BUILD" == "1" ]; then
 
     cat > $gtk_rc_file << _EOF
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to