summaryrefslogtreecommitdiff
path: root/gui/greeter/themes
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@Sun.Com>2005-03-19 03:54:46 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-03-19 03:54:46 +0000
commit2113558129ae8a86e83252b2fe6a524857395c84 (patch)
tree0b27caa8b4a59e2ef607af3d32d9745bcb41f047 /gui/greeter/themes
parent1eb8e52ee503813856b97a19dda775a1839a82b3 (diff)
downloadgdm-2113558129ae8a86e83252b2fe6a524857395c84.tar.gz
Fixed messages - fixes bug 170531. Now use ve_locale_from_utf in the
Fri Mar 18 21:45:0000 2005 Brian Cameron <Brian.Cameron@Sun.Com> * daemon/slave.c, daemon/verify-crypt.c, daemon/verify-shadow.c, gui/gdmcomm.c, gui/gdmphotosetup.c, gui/gdmsetup.c, vicious-extensions/glade-helper.c: Fixed messages - fixes bug 170531. * gui/gdmlogin.c: Now use ve_locale_from_utf in the gdm_login_enter function since it's used everywhere else and in the same logic in the greeter. * gui/greeter/greeter.c, gui/greeter_item_pam.[hc], gui/greeter_greeter_parser.c, gui/greeter/themes/circles/circles.xml, gui/greeter/themes/happygnome/happygnome.xml, gui/greeter/themes/happygnome-list/happygnome.xml, docs/C/gdm.xml: Added OK button to greeter so GDM now properly follows the Sun HCI recommendations. Fixes bug 98470.
Diffstat (limited to 'gui/greeter/themes')
-rw-r--r--gui/greeter/themes/circles/circles.xml14
-rw-r--r--gui/greeter/themes/happygnome-list/happygnome.xml14
-rw-r--r--gui/greeter/themes/happygnome/happygnome.xml14
3 files changed, 42 insertions, 0 deletions
diff --git a/gui/greeter/themes/circles/circles.xml b/gui/greeter/themes/circles/circles.xml
index 901536a0..5f82877c 100644
--- a/gui/greeter/themes/circles/circles.xml
+++ b/gui/greeter/themes/circles/circles.xml
@@ -172,6 +172,20 @@
</item>
</fixed>
</item>
+ <item type="rect" id="ok_button" button="true">
+ <normal color="#ffffff"/>
+ <pos anchor="n" x="50%" width="50%" height="20"/>
+ <box orientation="vertical" spacing="10" xpadding="10">
+ <item type="label">
+ <normal color="#000000" font="Sans 12"/>
+ <prelight color="#666666" font="Sans 12"/>
+ <active color="#ff0000" font="Sans 12"/>
+ <pos anchor="n" x="50%" height="24" width="50%"/>
+ <!-- Stock label for: _OK -->
+ <stock type="ok"/>
+ </item>
+ </box>
+ </item>
<item type="rect" id="cancel_button" button="true">
<normal color="#ffffff"/>
<pos anchor="n" x="50%" width="50%" height="20"/>
diff --git a/gui/greeter/themes/happygnome-list/happygnome.xml b/gui/greeter/themes/happygnome-list/happygnome.xml
index 44c42284..23610d1d 100644
--- a/gui/greeter/themes/happygnome-list/happygnome.xml
+++ b/gui/greeter/themes/happygnome-list/happygnome.xml
@@ -188,6 +188,20 @@
</item>
</fixed>
</item>
+ <item type="rect" id="ok_button" button="true">
+ <normal color="#ffffff"/>
+ <pos anchor="n" x="50%" width="50%" height="20"/>
+ <box orientation="vertical" spacing="10" xpadding="10">
+ <item type="label">
+ <normal color="#000000" font="Sans 12"/>
+ <prelight color="#666666" font="Sans 12"/>
+ <active color="#ff0000" font="Sans 12"/>
+ <pos anchor="n" x="50%" height="24" width="50%"/>
+ <!-- Stock label for: _OK -->
+ <stock type="ok"/>
+ </item>
+ </box>
+ </item>
<item type="rect" id="cancel_button" button="true">
<normal color="#ffffff"/>
<pos anchor="n" x="50%" width="50%" height="20"/>
diff --git a/gui/greeter/themes/happygnome/happygnome.xml b/gui/greeter/themes/happygnome/happygnome.xml
index 1adca450..dd52de1b 100644
--- a/gui/greeter/themes/happygnome/happygnome.xml
+++ b/gui/greeter/themes/happygnome/happygnome.xml
@@ -172,6 +172,20 @@
</item>
</fixed>
</item>
+ <item type="rect" id="ok_button" button="true">
+ <normal color="#ffffff"/>
+ <pos anchor="n" x="50%" width="50%" height="20"/>
+ <box orientation="vertical" spacing="10" xpadding="10">
+ <item type="label">
+ <normal color="#000000" font="Sans 12"/>
+ <prelight color="#666666" font="Sans 12"/>
+ <active color="#ff0000" font="Sans 12"/>
+ <pos anchor="n" x="50%" height="24" width="50%"/>
+ <!-- Stock label for: _OK -->
+ <stock type="ok"/>
+ </item>
+ </box>
+ </item>
<item type="rect" id="cancel_button" button="true">
<normal color="#ffffff"/>
<pos anchor="n" x="50%" width="50%" height="20"/>