[26140] in Source-Commits
Re: /svn/athena r25417 - in trunk/debathena/debathena/firefox-wrapper:
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Fri Oct 14 21:46:16 2011
Date: Fri, 14 Oct 2011 21:46:08 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Benjamin Kaduk <kaduk@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <alpine.GSO.1.10.1110142143110.882@multics.mit.edu>
Message-ID: <alpine.DEB.2.00.1110142144340.32261@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Hm. They are in my (Wheezy, zenity 3.0.0) man page.
--
Geoffrey Thomas
geofft@mit.edu
On Fri, 14 Oct 2011, Benjamin Kaduk wrote:
> 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)
>>
>>
>