[rkward-cvs] SF.net SVN: rkward:[2469] trunk/rkward/rkward/plugin/rkpreviewbox.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue May 12 20:29:03 UTC 2009


Revision: 2469
          http://rkward.svn.sourceforge.net/rkward/?rev=2469&view=rev
Author:   tfry
Date:     2009-05-12 20:29:03 +0000 (Tue, 12 May 2009)

Log Message:
-----------
restoring preview state does not make sense

Modified Paths:
--------------
    trunk/rkward/rkward/plugin/rkpreviewbox.cpp

Modified: trunk/rkward/rkward/plugin/rkpreviewbox.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkpreviewbox.cpp	2009-05-12 15:40:38 UTC (rev 2468)
+++ trunk/rkward/rkward/plugin/rkpreviewbox.cpp	2009-05-12 20:29:03 UTC (rev 2469)
@@ -2,7 +2,7 @@
                           rkpreviewbox  -  description
                              -------------------
     begin                : Wed Jan 24 2007
-    copyright            : (C) 2007 by Thomas Friedrichsmeier
+    copyright            : (C) 2007, 2009 by Thomas Friedrichsmeier
     email                : tfry at users.sourceforge.net
  ***************************************************************************/
 
@@ -40,6 +40,7 @@
 
 	// create and add property
 	addChild ("state", state = new RKComponentPropertyBool (this, true, preview_active, "active", "inactive"));
+	state->setInternal (true);	// restoring this does not make sense.
 	connect (state, SIGNAL (valueChanged (RKComponentPropertyBase *)), this, SLOT (changedState (RKComponentPropertyBase *)));
 
 	// create checkbox


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