[rkward-cvs] SF.net SVN: rkward:[2462] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon May 11 15:57:51 UTC 2009
Revision: 2462
http://rkward.svn.sourceforge.net/rkward/?rev=2462&view=rev
Author: tfry
Date: 2009-05-11 15:57:50 +0000 (Mon, 11 May 2009)
Log Message:
-----------
register rk.screen.device as interactive (makes "demo (grahics)" work)
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/rkward/settings/rksettingsmoduler.cpp
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2009-05-11 15:56:50 UTC (rev 2461)
+++ trunk/rkward/ChangeLog 2009-05-11 15:57:50 UTC (rev 2462)
@@ -1,3 +1,5 @@
+- Fixed: Screen device in rkward was not seen as interactive by R TODO: backport
+
--- Version 0.5.0d - May-10-2009
- Fixed: Container of detached windows would sometimes remain after reattaching
- Fixed: Global toolbar style was not honored
Modified: trunk/rkward/rkward/settings/rksettingsmoduler.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduler.cpp 2009-05-11 15:56:50 UTC (rev 2461)
+++ trunk/rkward/rkward/settings/rksettingsmoduler.cpp 2009-05-11 15:57:50 UTC (rev 2462)
@@ -2,7 +2,7 @@
rksettingsmoduler - description
-------------------
begin : Wed Jul 28 2004
- copyright : (C) 2004, 2007 by Thomas Friedrichsmeier
+ copyright : (C) 2004, 2007, 2009 by Thomas Friedrichsmeier
email : tfry at users.sourceforge.net
***************************************************************************/
@@ -222,7 +222,9 @@
list.append ("options (printcmd=\"" + options_printcmd + "\")\n");
#warning TODO make configurable
- list.append ("options (device=rk.screen.device)\n");
+ list.append ("options (device=\"rk.screen.device\")\n");
+ // register as interactive
+ list.append ("try (deviceIsInteractive(name=\"rk.screen.device\"))\n");
return list;
}
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