[26138] in Source-Commits

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

/svn/athena r25417 - in trunk/debathena/debathena/firefox-wrapper: . debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Fri Oct 14 21:36:18 2011

Date: Fri, 14 Oct 2011 21:36:12 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201110150136.p9F1aC7u010230@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2011-10-14 21:36:11 -0400 (Fri, 14 Oct 2011)
New Revision: 25417

Modified:
   trunk/debathena/debathena/firefox-wrapper/debian/changelog
   trunk/debathena/debathena/firefox-wrapper/firefox.sh
Log:
In firefox-wrapper:
  * Force the dialog buttons to be "OK" and "Cancel". (At some point
    they started defaulting to "Yes" and "No".)


Modified: trunk/debathena/debathena/firefox-wrapper/debian/changelog
===================================================================
--- trunk/debathena/debathena/firefox-wrapper/debian/changelog	2011-10-02 19:31:13 UTC (rev 25416)
+++ trunk/debathena/debathena/firefox-wrapper/debian/changelog	2011-10-15 01:36:11 UTC (rev 25417)
@@ -1,3 +1,10 @@
+debathena-firefox-wrapper (10.0.10) unstable; urgency=low
+
+  * Force the dialog buttons to be "OK" and "Cancel". (At some point
+    they started defaulting to "Yes" and "No".)
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Fri, 14 Oct 2011 21:35:12 -0400
+
 debathena-firefox-wrapper (10.0.9) unstable; urgency=low
 
   * Use modutil to detect when a user has borked their security database

Modified: trunk/debathena/debathena/firefox-wrapper/firefox.sh
===================================================================
--- trunk/debathena/debathena/firefox-wrapper/firefox.sh	2011-10-02 19:31:13 UTC (rev 25416)
+++ trunk/debathena/debathena/firefox-wrapper/firefox.sh	2011-10-15 01:36:11 UTC (rev 25417)
@@ -171,7 +171,7 @@
   without starting Firefox.  
 "
 
-  zenity --title "Firefox profile locked" --question --text "$dialog_text"
+  zenity --title "Firefox profile locked" --question --text "$dialog_text" --ok-label="OK" --cancel-label="Cancel"
 
   case $? in
   0)


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