--- location.views.inc.old	2010-08-29 13:31:05.000000000 -0400
+++ location.views.inc	2010-08-29 13:31:33.000000000 -0400
@@ -489,6 +489,16 @@ function location_views_proximity_get_re
         }
       }
       break;
+	case 'tied_arg':
+	  if (!empty($view->argument)) {
+	    foreach ($view->argument as $argument) {
+          if ($argument->table == 'location' && $argument->field == 'distance' && $argument->options['relationship'] == $options['relationship']) {
+            $coordinates['latitude'] = (float) $argument->value['latitude'];
+            $coordinates['longitude'] = (float) $argument->value['longitude'];
+		  }
+		}
+	  }
+	  break;
     case 'postal':
     case 'postal_default':
       // Force default for country.
