[debian-edu-commits] debian-edu/ 254/437: add the 'background' attribute to themes
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit 012e2b4330a42fd938d26e6e3d68d4fe4e42947d
Author: Andreas B. Mundt <andi.mundt at web.de>
Date: Wed Apr 14 07:42:33 2010 +0000
add the 'background' attribute to themes
---
art/gdm-theme/debian-edu.xml | 2 +-
art/kdm-theme/debian-edu.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/art/gdm-theme/debian-edu.xml b/art/gdm-theme/debian-edu.xml
index e2c219f..cb413ce 100644
--- a/art/gdm-theme/debian-edu.xml
+++ b/art/gdm-theme/debian-edu.xml
@@ -2,7 +2,7 @@
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<!-- background (use default wallpaper) -->
- <item type="pixmap" >
+ <item type="pixmap" id="background" background="true">
<normal file="/usr/share/wallpapers/debian-edu-wallpaper.png" />
<!-- <normal file="debian-edu-wallpaper.png" /> -->
<!-- <pos width="100%" x="0" y="0" height="100%" /> -->
diff --git a/art/kdm-theme/debian-edu.xml b/art/kdm-theme/debian-edu.xml
index 82bb5b3..0dcf1d1 100644
--- a/art/kdm-theme/debian-edu.xml
+++ b/art/kdm-theme/debian-edu.xml
@@ -2,7 +2,7 @@
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<!-- background (use default wallpaper) -->
- <item type="pixmap" >
+ <item type="pixmap" id="background" background="true">
<normal file="/usr/share/wallpapers/debian-edu-wallpaper.png" />
<!-- <normal file="debian-edu-wallpaper.png" /> -->
<!-- <pos width="100%" x="0" y="0" height="100%" /> -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list