Index: workflow.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/includes/workflow.views.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 workflow.views.inc
--- workflow.views.inc	5 Jun 2009 21:37:23 -0000	1.1.2.1
+++ workflow.views.inc	13 Jul 2009 03:38:08 -0000
@@ -68,6 +68,8 @@ function workflow_views_data() {
       'handler' => 'views_handler_argument_numeric',
       'click sortable' => TRUE,
       'numeric' => TRUE,
+      'name table' => 'workflow_states',
+      'name field' => 'state',
     ),
     'filter' => array(
       'handler' => 'workflow_views_handler_filter_sid',
