- Focus face browser after failed login attempt

- disable debug messages until 2.22.0 is released
This commit is contained in:
Ray Strode 2008-04-07 00:52:40 +00:00
parent 7d61654d3b
commit 9e0c75ff27
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,12 @@
diff -up gdm-2.21.10/common/gdm-log.c.disable-debug-messages gdm-2.21.10/common/gdm-log.c
--- gdm-2.21.10/common/gdm-log.c.disable-debug-messages 2008-04-06 20:49:01.000000000 -0400
+++ gdm-2.21.10/common/gdm-log.c 2008-04-06 20:50:39.000000000 -0400
@@ -167,7 +167,7 @@ gdm_log_toggle_debug (void)
void
gdm_log_set_debug (gboolean debug)
{
- if (debug) {
+ if (debug && FALSE) {
syslog_levels |= G_LOG_LEVEL_DEBUG;
} else {
syslog_levels &= ~G_LOG_LEVEL_DEBUG;

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.21.10
Release: 0.2008.04.04.2%{?dist}
Release: 0.2008.04.06.1%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -76,6 +76,7 @@ BuildRequires: gnome-panel-devel
Requires: audit-libs >= %{libauditver}
Patch0: ck-multi.patch
Patch98: gdm-2.21.10-disable-debug-messages.patch
Patch99: gdm-2.21.8-fedora-logo.patch
%package user-switch-applet
@ -96,6 +97,7 @@ multiple simulanteous logged in users.
%prep
%setup -q
%patch0 -p1 -b .ck-multi
%patch98 -p1 -b .disable-debug-messages
%patch99 -p1 -b .fedora-logo
%build
@ -292,6 +294,10 @@ fi
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
%changelog
* Sun Apr 6 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.06.1
- Focus face browser after failed login attempt
- disable debug messages until 2.22.0 is released
* Sat Apr 5 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.04.04.2
- Improve handling of CK error messages

View File

@ -1 +1 @@
434a4fd135917fa38d5cf58b050e749c gdm-2.21.10.tar.gz
88d3b2531757cf10a18877f973ccc7fa gdm-2.21.10.tar.gz