[or-cvs] r21824: {projects} remove dupe, reorder key (projects/android/trunk/Orbot/res/xml)

Jacob Appelbaum jacob at appelbaum.net
Sat Mar 6 01:27:52 UTC 2010


Author: ioerror
Date: 2010-03-06 01:27:51 +0000 (Sat, 06 Mar 2010)
New Revision: 21824

Modified:
   projects/android/trunk/Orbot/res/xml/preferences.xml
Log:
remove dupe, reorder key

Modified: projects/android/trunk/Orbot/res/xml/preferences.xml
===================================================================
--- projects/android/trunk/Orbot/res/xml/preferences.xml	2010-03-06 01:23:36 UTC (rev 21823)
+++ projects/android/trunk/Orbot/res/xml/preferences.xml	2010-03-06 01:27:51 UTC (rev 21824)
@@ -49,9 +49,10 @@
 </PreferenceCategory>
 
 <PreferenceCategory android:title="FascistFirewalling">
-<CheckBoxPreference android:defaultValue="false" 
+<CheckBoxPreference
+android:key="pref_fascist_firewall"
 android:defaultValue="false"
-android:title="Fascist Firewall" android:key="pref_fascist_firewall" 
+android:title="Fascist Firewall"
 android:summary="Run as a client behind a firewall with restrictive policies"
 android:enabled="false"></CheckBoxPreference>
 



More information about the tor-commits mailing list