svn commit: r17613 - trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2009-12-05 04:34:56-0800
New Revision: 17613
Modified:
trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java
Log:
When running dev module add rather than replace props tab
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java?view=diff&pathrev=17613&r1=17612&r2=17613
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java 2009-12-05 04:34:56-0800
@@ -80,6 +80,11 @@
private Object target;
/**
+ * @deprecated this is only temporary for dev phase of 0.29
+ */
+ public static boolean replace = true;
+
+ /**
* The list with targetlisteners, these are the property panels
* managed by TabProps.
* It should only contain one listener at a time.
@@ -435,5 +440,5 @@
public static void disableCache() {
cachePanels = false;
}
-
+
} /* end class TabProps */
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2427430
To unsubscribe from this discussion, e-mail: [[email protected]].