- Fix bug in last patch

This commit is contained in:
Ray Strode 2008-09-12 16:21:36 +00:00
parent 32ae6ba5f6
commit 633208c39e
2 changed files with 44 additions and 41 deletions

View File

@ -122,7 +122,7 @@ index ca37a2a..e6f821f 100644
- /* fork X server process */ - /* fork X server process */
- res = gdm_server_spawn (server, NULL); - res = gdm_server_spawn (server, NULL);
+ if (should_force_display_on_active_vt () || TRUE) { + if (should_force_display_on_active_vt ()) {
+ char *vt; + char *vt;
+ +
+ g_free (server->priv->command); + g_free (server->priv->command);

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
Name: gdm Name: gdm
Version: 2.23.92 Version: 2.23.92
Release: 3%{?dist} Release: 4%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: User Interface/X Group: User Interface/X
@ -304,6 +304,9 @@ fi
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
%changelog %changelog
* Fri Sep 12 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-4
- Fix bug in last patch
* Thu Sep 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-3 * Thu Sep 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-3
- Add hook to allow for plymouth transition - Add hook to allow for plymouth transition