kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2011-08-22 03:38 pm

[dw-free] proplists.dat out of order

[commit: http://hg.dwscoalition.org/dw-free/rev/fcc8dbfae4b2]

http://bugs.dwscoalition.org/show_bug.cgi?id=3830

Move userproplist.opt_randompaidgifts to correct location in file.

Patch by [staff profile] denise.

Files modified:
  • bin/upgrading/proplists.dat
--------------------------------------------------------------------------------
diff -r 6514ddbd3227 -r fcc8dbfae4b2 bin/upgrading/proplists.dat
--- a/bin/upgrading/proplists.dat	Mon Aug 22 10:31:00 2011 -0500
+++ b/bin/upgrading/proplists.dat	Mon Aug 22 10:38:24 2011 -0500
@@ -814,6 +814,14 @@
   multihomed: 0
   prettyname: Displayed Email
 
+userproplist.opt_randompaidgifts:
+  cldversion: 4
+  datatype: char
+  des: N = don't allow this user to receive random paid gifts, otherwise allow it
+  indexed: 1
+  multihomed: 0
+  prettyname: Random Paid Gifts
+
 userproplist.opt_sharebday:
   cldversion: 4
   datatype: char
@@ -1363,14 +1371,6 @@
   sortorder: 20
   ownership: user
 
-userproplist.opt_randompaidgifts:
-  cldversion: 4
-  datatype: char
-  des: N = don't allow this user to receive random paid gifts, otherwise allow it
-  indexed: 1
-  multihomed: 0
-  prettyname: Random Paid Gifts
-
 logproplist.opt_screening:
   datatype: char
   des: Like opt_whoscreened: A = All, R = Remote needed (anonymous only), F = non-Friends, N = None, else use userprop.
--------------------------------------------------------------------------------