--- location.module.orig	2009-02-23 15:53:52.000000000 +1030
+++ location.module	2009-02-23 15:54:02.000000000 +1030
@@ -549,6 +549,7 @@
         'province'    => array('default' => '', 'collect' => 0, 'weight' => 10),
         'postal_code' => array('default' => '', 'collect' => 0, 'weight' => 12),
         'country'     => array('default' => variable_get('location_default_country', 'us'), 'collect' => 1, 'weight' => 14), // @@@ Fix weight?
+        'location_country'     => array('default' => variable_get('location_default_country', 'us'), 'collect' => 1, 'weight' => 14), // @@@ Fix weight?
         'latitude'    => array('default' => 0),
         'longitude'   => array('default' => 0),
         'source'      => array('default' => LOCATION_LATLON_UNDEFINED),
