[Patchanim-commit] SF.net SVN: patchanim: [133] trunk/patchanim/src/com/mebigfatguy/patchanim/ gui/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-10 05:34:03
|
Revision: 133
http://patchanim.svn.sourceforge.net/patchanim/?rev=133&view=rev
Author: dbrosius
Date: 2008-02-09 21:34:06 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
enable the remove button when clone occurs
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2008-02-10 05:32:10 UTC (rev 132)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2008-02-10 05:34:06 UTC (rev 133)
@@ -245,6 +245,7 @@
CombinedPatch newPatch = (CombinedPatch)patch.clone();
patchListModel.add(selIndex + 1, newPatch);
patchList.setSelectedIndex(selIndex + 1);
+ removeButton.setEnabled(true);
}
});
patchMenu.add(cloneItem);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|