[26287] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25493 - trunk/debathena/config/gdm-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu May 10 10:17:28 2012

Date: Thu, 10 May 2012 10:17:27 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201205101417.q4AEHRBV016966@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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
 


home help back first fref pref prev next nref lref last post