Revision: 3488
Author: [email protected]
Date: Mon May  3 11:50:34 2010
Log: Needed for the last change to the data type editor in the enterprise edition.
http://code.google.com/p/power-architect/source/detail?r=3488

Modified:
/trunk/src/main/java/ca/sqlpower/architect/swingui/enterprise/ProjectSecurityPanel.java

=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/swingui/enterprise/ProjectSecurityPanel.java Thu Apr 29 10:25:04 2010 +++ /trunk/src/main/java/ca/sqlpower/architect/swingui/enterprise/ProjectSecurityPanel.java Mon May 3 11:50:34 2010
@@ -574,7 +574,7 @@
     }

public static Action createShowAction(final ArchitectProject securityWorkspace, final SPObject subject, final Class type,
-            final String username, final JPanel panel) {
+            final String username, final JComponent panel) {
        return new AbstractAction("Manage Security Settings...") {
                 public void actionPerformed(ActionEvent e) {
final JDialog d = SPSUtils.makeOwnedDialog(panel, "Security Manager");

Reply via email to