Need to set the model to prevent index-out-of-bounds
authorJan Lahoda <jlahoda@netbeans.org>
Fri, 08 Jul 2011 18:01:09 +0200
changeset 6330404696925e7
parent 631 bc8585ff1fa1
child 634 c5f8743a4d61
Need to set the model to prevent index-out-of-bounds
api/src/org/netbeans/modules/jackpot30/impl/refactoring/ScopesPanel.java
     1.1 --- a/api/src/org/netbeans/modules/jackpot30/impl/refactoring/ScopesPanel.java	Thu Jul 07 20:14:12 2011 +0200
     1.2 +++ b/api/src/org/netbeans/modules/jackpot30/impl/refactoring/ScopesPanel.java	Fri Jul 08 18:01:09 2011 +0200
     1.3 @@ -227,7 +227,7 @@
     1.4  //            }
     1.5  //        }
     1.6  //
     1.7 -//        scope.setModel(dcbm);
     1.8 +        scope.setModel(dcbm);
     1.9  //        if (lastSelectedScope != null) {
    1.10  //            scope.setSelectedItem(lastSelectedScope);
    1.11  //        } else {