[26183] in Source-Commits
/svn/athena r25443 - in trunk/athena/bin/bugme: . debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Fri Jan 6 15:40:18 2012
Date: Fri, 6 Jan 2012 15:40:16 -0500
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201201062040.q06KeG4c006210@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2012-01-06 15:40:15 -0500 (Fri, 06 Jan 2012)
New Revision: 25443
Modified:
trunk/athena/bin/bugme/bugme
trunk/athena/bin/bugme/debian/changelog
Log:
In bugme:
* Set always-on-top window manager hint (Trac: #386). Patch from Luke
Faraone.
Modified: trunk/athena/bin/bugme/bugme
===================================================================
--- trunk/athena/bin/bugme/bugme 2011-11-28 15:38:15 UTC (rev 25442)
+++ trunk/athena/bin/bugme/bugme 2012-01-06 20:40:15 UTC (rev 25443)
@@ -73,6 +73,9 @@
self.nextWarn = now + self.warnInterval
self.nag(((self.timeLimit - elapsed) / 60,
(self.timeLimit - elapsed) % 60))
+ # It's a little odd to put this here, but it doesn't work in
+ # __init__; see comments in Trac #386
+ self.timerWindow.set_keep_above(True)
return True
def nag(self, remainingTime):
Modified: trunk/athena/bin/bugme/debian/changelog
===================================================================
--- trunk/athena/bin/bugme/debian/changelog 2011-11-28 15:38:15 UTC (rev 25442)
+++ trunk/athena/bin/bugme/debian/changelog 2012-01-06 20:40:15 UTC (rev 25443)
@@ -1,3 +1,10 @@
+debathena-bugme (10.0.4-0debathena1) unstable; urgency=low
+
+ * Set always-on-top window manager hint (Trac: #386). Patch from Luke
+ Faraone.
+
+ -- Geoffrey Thomas <geofft@mit.edu> Fri, 06 Jan 2012 15:37:46 -0500
+
debathena-bugme (10.0.3-0debathena1) unstable; urgency=low
* Don't run dpkg-query (Trac: #778)