diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-18 16:40:17 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-18 16:40:17 +0000 |
commit | 04bd1d0952cd63524f1c9c84a17edb23cd99e212 (patch) | |
tree | 5aee87a97d8665e67e460f76f43e998b51bbf1c6 /dm | |
parent | 1db2e88ce85507528851ce4ab7054f81460bcfad (diff) | |
download | common-data-04bd1d0952cd63524f1c9c84a17edb23cd99e212.tar common-data-04bd1d0952cd63524f1c9c84a17edb23cd99e212.tar.gz common-data-04bd1d0952cd63524f1c9c84a17edb23cd99e212.tar.bz2 common-data-04bd1d0952cd63524f1c9c84a17edb23cd99e212.tar.xz common-data-04bd1d0952cd63524f1c9c84a17edb23cd99e212.zip |
- Add support for pam-message in gdm themes (Mdv bug #45081)
Diffstat (limited to 'dm')
-rw-r--r-- | dm/mdk-gdm-nolist.xml | 5 | ||||
-rw-r--r-- | dm/mdk-gdm.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dm/mdk-gdm-nolist.xml b/dm/mdk-gdm-nolist.xml index b659163..6381640 100644 --- a/dm/mdk-gdm-nolist.xml +++ b/dm/mdk-gdm-nolist.xml @@ -51,6 +51,11 @@ </item> </fixed> </item> + <item type="label" id="pam-message"> + <pos x="50%" y="70%" anchor="c"/> + <normal font="Sans 10" color="#ffffff"/> + <text/> + </item> </box> </item> </fixed> diff --git a/dm/mdk-gdm.xml b/dm/mdk-gdm.xml index 69b3c10..bb143a0 100644 --- a/dm/mdk-gdm.xml +++ b/dm/mdk-gdm.xml @@ -61,6 +61,11 @@ </item> </fixed> </item> + <item type="label" id="pam-message"> + <pos x="0%" y="50%" anchor="nw"/> + <normal font="Sans 10" color="#ffffff"/> + <text/> + </item> </box> </item> </fixed> |