Index: plugins.php
===================================================================
--- plugins.php	(revision 11717)
+++ plugins.php	(working copy)
@@ -406,6 +406,7 @@
 		$actions = apply_filters( "plugin_action_links_$plugin_file", $actions, $plugin_file, $plugin_data, $context );
 		$action_count = count($actions);
 		$class = $is_active ? 'active' : 'inactive';
+		$class .= ' ' . sanitize_html_class('plugin-' . $plugin_data['Name'], '');
 		echo "
 	<tr class='$class'>
 		<th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='" . esc_attr($plugin_file) . "' /></th>
