? 247004.patch
Index: js/display_editor.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/js/Attic/display_editor.js,v
retrieving revision 1.1.2.29
diff -u -p -r1.1.2.29 display_editor.js
--- js/display_editor.js	11 Dec 2007 21:02:35 -0000	1.1.2.29
+++ js/display_editor.js	15 Apr 2008 17:26:14 -0000
@@ -109,7 +109,7 @@ Drupal.Panels.bindClickDelete = function
 }
 
 Drupal.Panels.bindPortlet = function() {
-  var handle = $(this).find('h2.title');
+  var handle = $(this).find('.panel-pane-collapsible>h2.title');
   var content = $(this).find('div.content');
   if (content.length) {
     var toggle = $('<span class="toggle toggle-collapsed"></span>');
