[26288] in Source-Commits
Re: /svn/athena r25493 - trunk/debathena/config/gdm-config/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Thu May 10 11:00:19 2012
Date: Thu, 10 May 2012 08:00:16 -0700 (PDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201205101417.q4AEHRBV016966@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1205100800040.21041@dr-wily.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Plausible? ACK
--
Geoffrey Thomas
geofft@mit.edu
On Thu, 10 May 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-05-10 10:17:27 -0400 (Thu, 10 May 2012)
> New Revision: 25493
>
> Modified:
> trunk/debathena/config/gdm-config/debian/changelog
> trunk/debathena/config/gdm-config/debian/debathena-branding
> Log:
> In gdm-config:
> * Populate the GtkImage prior to window mapping so that positioning the
> window is done correctly
>
>
> Modified: trunk/debathena/config/gdm-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/gdm-config/debian/changelog 2012-05-08 19:59:26 UTC (rev 25492)
> +++ trunk/debathena/config/gdm-config/debian/changelog 2012-05-10 14:17:27 UTC (rev 25493)
> @@ -1,3 +1,10 @@
> +debathena-gdm-config (1.36) UNRELEASED; urgency=low
> +
> + * Populate the GtkImage prior to window mapping so that positioning the
> + window is done correctly
> +
> + -- Jonathan Reed <jdreed@mit.edu> Thu, 10 May 2012 10:17:06 -0400
> +
> debathena-gdm-config (1.35) unstable; urgency=low
>
> * No change rebuild to pick up config-package-dev 4.13 changes
>
> Modified: trunk/debathena/config/gdm-config/debian/debathena-branding
> ===================================================================
> --- trunk/debathena/config/gdm-config/debian/debathena-branding 2012-05-08 19:59:26 UTC (rev 25492)
> +++ trunk/debathena/config/gdm-config/debian/debathena-branding 2012-05-10 14:17:27 UTC (rev 25493)
> @@ -119,7 +119,9 @@
>
> # Eyes stay open.
> self.logo_pixbufs.extend([None] * (self.animation_loop_frames - num_pixbufs))
> -
> + # Set it to the first image so that the window can size itself
> + # accordingly
> + self.imgDebathena.set_from_pixbuf(self.logo_pixbufs[0])
> self.img_idx = -1
> return True
>
>
>