[26735] in Source-Commits
/svn/athena r25717 - trunk/debathena/config/lightdm-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Aug 9 13:02:15 2012
Date: Thu, 9 Aug 2012 13:02:13 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208091702.q79H2Dxf016789@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-09 13:02:13 -0400 (Thu, 09 Aug 2012)
New Revision: 25717
Modified:
trunk/debathena/config/lightdm-config/debian/changelog
trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter
Log:
In lightdm-config:
* Populate the update start time correctly
Modified: trunk/debathena/config/lightdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/lightdm-config/debian/changelog 2012-08-08 18:35:54 UTC (rev 25716)
+++ trunk/debathena/config/lightdm-config/debian/changelog 2012-08-09 17:02:13 UTC (rev 25717)
@@ -1,3 +1,9 @@
+debathena-lightdm-config (1.6) unstable; urgency=low
+
+ * Populate the update start time correctly
+
+ -- Jonathan Reed <jdreed@mit.edu> Thu, 09 Aug 2012 13:02:04 -0400
+
debathena-lightdm-config (1.5) unstable; urgency=low
* Append the codename to the motd filename, if possible
Modified: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter
===================================================================
--- trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter 2012-08-08 18:35:54 UTC (rev 25716)
+++ trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter 2012-08-09 17:02:13 UTC (rev 25717)
@@ -213,6 +213,7 @@
# Check if the file is there right now...
if os.path.isfile(self.nologinFile):
self.loginNotebook.set_current_page(1)
+ self.builder.get_object("lblUpdTime").set_text("Update started at %s" % (time.strftime("%Y-%m-%d %H:%M")))
# and then connect
self.noLoginMonitor.connect("changed", self._file_changed)