[rkward-cvs] SF.net SVN: rkward: [1755] trunk/rkward/rkward/plugin/rkcomponentcontext. cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 29 17:55:53 UTC 2007
Revision: 1755
http://svn.sourceforge.net/rkward/?rev=1755&view=rev
Author: tfry
Date: 2007-03-29 10:55:53 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Fix name of the context property
Modified Paths:
--------------
trunk/rkward/rkward/plugin/rkcomponentcontext.cpp
Modified: trunk/rkward/rkward/plugin/rkcomponentcontext.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkcomponentcontext.cpp 2007-03-29 16:56:56 UTC (rev 1754)
+++ trunk/rkward/rkward/plugin/rkcomponentcontext.cpp 2007-03-29 17:55:53 UTC (rev 1755)
@@ -72,7 +72,7 @@
RKComponentPropertyBase *incontext = new RKComponentPropertyBase (this, false);
incontext->setValue (id);
- addChild ("incontext", incontext);
+ addChild ("context", incontext);
}
RKContextHandler::~RKContextHandler () {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list