From 19e95d29327416ab22b9f4b5e00f31eb8c8abf8e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Oct 29 2009 05:11:07 +0000 Subject: - Shrink autologin timer - Make language dialog not double spaced --- diff --git a/fix-timer.patch b/fix-timer.patch index 9684db4..6029d02 100644 --- a/fix-timer.patch +++ b/fix-timer.patch @@ -22,7 +22,7 @@ index 7918b48..9453d7e 100644 - } else { - *width = renderer->priv->value <= G_MINDOUBLE? 0 : 64; - } -+ *width = cell->xpad * 2 + 42; ++ *width = cell->xpad * 2 + 24; } if (height != NULL) { @@ -31,7 +31,7 @@ index 7918b48..9453d7e 100644 - } else { - *height = renderer->priv->value <= G_MINDOUBLE? 0 : 64; - } -+ *height = cell->ypad * 2 + 42; ++ *height = cell->ypad * 2 + 24; } } diff --git a/gdm.spec b/gdm.spec index d737aa1..8e066fe 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 2.28.1 -Release: 15%{?dist} +Release: 16%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -413,6 +413,10 @@ fi %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so %changelog +* Thu Oct 29 2009 Ray Strode 2.28.1-16 +- Shrink autologin timer +- Make language dialog not double spaced + * Thu Oct 29 2009 Ray Strode 2.28.1-15 - Don't show fingerprint task button unless fingerprint is enabled