[Xfce4-commits] [xfce/xfdesktop] 01/01: Add the new wallpaper for the 4.12 release

noreply at xfce.org noreply at xfce.org
Sat Feb 28 10:15:13 CET 2015


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

ochosi pushed a commit to branch master
in repository xfce/xfdesktop.

commit 9c5e3ec5c6be758556f494d5181530731590bfef
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Feb 28 10:15:06 2015 +0100

    Add the new wallpaper for the 4.12 release
---
 backgrounds/Makefile.am   |    5 ++++-
 backgrounds/xfce-blue.jpg |  Bin 152462 -> 197011 bytes
 backgrounds/xfce-teal.jpg |  Bin 0 -> 312080 bytes
 common/xfdesktop-common.h |    2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am
index 33181f7..901aa1c 100644
--- a/backgrounds/Makefile.am
+++ b/backgrounds/Makefile.am
@@ -3,6 +3,9 @@
 
 backgroundsdir = $(datadir)/backgrounds/xfce
 
-backgrounds_DATA = xfce-blue.jpg
+backgrounds_DATA = \
+    xfce-blue.jpg \
+    xfce-teal.jpg
+                    
 
 EXTRA_DIST = $(backgrounds_DATA)
diff --git a/backgrounds/xfce-blue.jpg b/backgrounds/xfce-blue.jpg
index fd962e7..c35533c 100644
Binary files a/backgrounds/xfce-blue.jpg and b/backgrounds/xfce-blue.jpg differ
diff --git a/backgrounds/xfce-teal.jpg b/backgrounds/xfce-teal.jpg
new file mode 100644
index 0000000..aafd728
Binary files /dev/null and b/backgrounds/xfce-teal.jpg differ
diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h
index 424d3fc..d1a2745 100644
--- a/common/xfdesktop-common.h
+++ b/common/xfdesktop-common.h
@@ -35,7 +35,7 @@
 #include <stdarg.h>
 
 #define XFDESKTOP_CHANNEL        "xfce4-desktop"
-#define DEFAULT_BACKDROP         DATADIR "/backgrounds/xfce/xfce-blue.jpg"
+#define DEFAULT_BACKDROP         DATADIR "/backgrounds/xfce/xfce-teal.jpg"
 #define DEFAULT_ICON_FONT_SIZE   12
 #define DEFAULT_ICON_SIZE        48
 #define ITHEME_FLAGS             (GTK_ICON_LOOKUP_USE_BUILTIN \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list