Index: privatemsg.theme.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/privatemsg/Attic/privatemsg.theme.inc,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 privatemsg.theme.inc
--- privatemsg.theme.inc	17 Jul 2009 00:32:05 -0000	1.1.2.7
+++ privatemsg.theme.inc	24 Jul 2009 11:56:21 -0000
@@ -253,7 +253,7 @@ function theme_privatemsg_list($form) {
     foreach ($form['#rows'] as $thread_id => $row) {
       $data = array();
       // Render the checkbox.
-      $data[] = drupal_render($form['threads'][$thread_id]);
+      $data[] = array('data' => drupal_render($form['threads'][$thread_id]), 'class' => 'privatemsg-list-select');
 
       // Store the #rows data in the same order as the header is, the key property of the header refers to the field that belongs to it.
       foreach ($headers as $header) {
