[26139] in Source-Commits
Re: /svn/athena r25417 - in trunk/debathena/debathena/firefox-wrapper:
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Fri Oct 14 21:43:55 2011
Date: Fri, 14 Oct 2011 21:43:46 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Geoffrey Thomas <geofft@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201110150136.p9F1aC7u010230@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1110142143110.882@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
The --ok-label and --cancel-label arguments don't appear in the zenity man
page, but work on lucid. We should check on hardy before pushing too
widely.
-Ben
On Fri, 14 Oct 2011, Geoffrey Thomas wrote:
> 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)
>
>