[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors ...
Max Rydahl Andersen
mandersen at jboss.com
Tue Feb 20 08:19:37 EST 2007
User: mandersen
Date: 07/02/20 08:19:37
Modified: hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors
ChooseConsoleConfigurationDialog.java
Log:
HBX-889 sort console configuration lists in ui
Revision Changes Path
1.2 +1 -1 jbosside/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/ChooseConsoleConfigurationDialog.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChooseConsoleConfigurationDialog.java
===================================================================
RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/ChooseConsoleConfigurationDialog.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ChooseConsoleConfigurationDialog.java 23 Jan 2007 16:01:20 -0000 1.1
+++ ChooseConsoleConfigurationDialog.java 20 Feb 2007 13:19:37 -0000 1.2
@@ -102,7 +102,7 @@
}
private void setInitialTextValues(Combo text) {
- ConsoleConfiguration[] recentWorkspaces = KnownConfigurations.getInstance().getConfigurations();
+ ConsoleConfiguration[] recentWorkspaces = KnownConfigurations.getInstance().getConfigurationsSortedByName();
for (int i = 0; i < recentWorkspaces.length; ++i) {
text.add(recentWorkspaces[i].getName());
}
More information about the jboss-cvs-commits
mailing list