diff options
author | 1 <mkp@mkp.net> | 1999-09-01 22:56:51 +0000 |
---|---|---|
committer | Martin Peterson <mkp@src.gnome.org> | 1999-09-01 22:56:51 +0000 |
commit | 3e0a1e661048d5c67bc806f29561dabed88bb123 (patch) | |
tree | f3bfd6b900fc75e7f204ca3e44fe4eed30d54e0f /pixmaps | |
parent | 6fb8ac584f0a62b122dd123792f61db84046a423 (diff) | |
download | gdm-3e0a1e661048d5c67bc806f29561dabed88bb123.tar.gz |
Only add column for logo if it is readable.
1999-09-01 <mkp@mkp.net>
* gui/gdmlogin.c (gdm_login_gui_init): Only add column for logo if
it is readable.
* daemon/verify.c (gdm_verify_check): Check that PAM configuration
file exists before starting up.
1999-08-31 <mkp@mkp.net>
* daemon/slave.c (gdm_slave_session_start): unset MAIL in the
user's environment. I have to POSIXify my environment handling at
some point.
* gui/gdmlogin.c (gdm_parse_enriched_string): %n is
uname.nodename. "Welcome to %n" is new default greeting.
(gdm_login_users_init): Ignore duplicate usernames on broken NIS
systems (Nils Philippsen <nils@wombat.dialup.fht-esslingen.de>).
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile.am | 2 | ||||
-rw-r--r-- | pixmaps/nobody.png (renamed from pixmaps/nophoto.png) | bin | 6407 -> 6407 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 2569e7eb..05d32d0d 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -1,6 +1,6 @@ pixmapdir = $(datadir)/pixmaps -BITMAPS = gdm.xpm nophoto.png nohost.png +BITMAPS = gdm.xpm nobody.png nohost.png pixmap_DATA = $(BITMAPS) diff --git a/pixmaps/nophoto.png b/pixmaps/nobody.png Binary files differindex 085fe26d..085fe26d 100644 --- a/pixmaps/nophoto.png +++ b/pixmaps/nobody.png |