diff options
author | George Lebl <jirka@5z.com> | 2003-12-30 23:39:21 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2003-12-30 23:39:21 +0000 |
commit | 669245886f2437c8efb3adf73f7245e57cb6e818 (patch) | |
tree | a9aee98535bd3fe498c2e440ef07c9499fef7a26 /acconfig.h | |
parent | afa6a5a8099360422eb1f18e1f729872796d8de8 (diff) | |
download | gdm-669245886f2437c8efb3adf73f7245e57cb6e818.tar.gz |
Complain on some more errors
Tue Dec 30 15:34:59 2003 George Lebl <jirka@5z.com>
* daemon/gdm.c, daemon/auth.c: Complain on some more errors
* gui/gdmlogin.c, gui/gdmcommon.[ch], gui/gdmsetup.(c|glade),
gui/greeter/greeter.c, gui/greeter/greeter_configuration.h,
daemon/gdm.[ch], daemon/slave.c: Make the login sound thingie
configurable and make it possible to play an arbitrary sound with
/usr/bin/play (or whatever else is configured). Add accessibility
section to gdmsetup which configures the accessibility modules
and the sound. Fixes #125487
* config/gdm.conf.in, docs/C/gdm.xml: Update docs for the
accessibility/sound stuff
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #undef EXPANDED_BINDIR #undef EXPANDED_SBINDIR #undef EXPANDED_LIBEXECDIR +#undef EXPANDED_LIBDIR #undef EXPANDED_GDMCONFIGDIR #undef EXPANDED_LOCALEDIR #undef EXPANDED_AUTHDIR |